#534e02

Color #534E02 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #534E02

Tints of Verdun Green #534E02

Color information

#534E02 (or 0x534E02) is unknown color: approx Verdun Green. HEX triplet: 53, 4E and 02. RGB value is (83,78,2). Sum of RGB (Red+Green+Blue) = 83+78+2=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #534E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E02 is #ACB1FD. Grayscale: #474747. Windows color (decimal): -11317758 or 151123. OLE color: 151123.

HSL color Cylindrical-coordinate representation of color #534E02: hue angle of 56.3º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #534E02 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB83782-
CMYK00.060.980.67
HSL56.3º95.29%16.67%-
HSV(B)56.3º97.59%32.55%-
XYZ6.37.291.13-
YUV70.8389.16136.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 78 (30.86% from 255) = 47.85%
BLUE value IS 2 (1.17% from 255) = 1.23%
R=50.92%
G=47.85%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8378200.060.980.6756.395.2916.67
Hex534E2066243385f11
Octal1231162061421037013721
Binary1010011100111010011011000101000011111000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534e02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534e02; }

 p { color: rgb(83,78,2); }

 H1.HeaderClassName
 {
   color: #534e02;
 }
 .AnyTagClassName
 {
   color: #534e02;
 }
</style>
background-color css

<style>
 a { background-color: #534e02; }

 a { background-color: rgb(83,78,2); }

 div.DivClassName
 {
   background-color: #534e02;
 }
 .BgClassName
 {
   background-color: #534e02;
 }
</style>
border-color css

<style>
 span { border-color: #534e02; }

 span { border-color: rgb(83,78,2); }

 td.TdClassName
 {
   border-color: #534e02;
 }
 .TagClassName
 {
   border-color: #534e02;
 }
</style>