#534F06

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

Shades of Verdun Green #534F06

Tints of Verdun Green #534F06

Color information

#534F06 (or 0x534F06) is unknown color: approx Verdun Green. HEX triplet: 53, 4F and 06. RGB value is (83,79,6). Sum of RGB (Red+Green+Blue) = 83+79+6=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #534F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F06 is #ACB0F9. Grayscale: #484848. Windows color (decimal): -11317498 or 413523. OLE color: 413523.

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

Color convert

RGB83796-
CMYK00.050.930.67
HSL56.88º86.52%17.45%-
HSV(B)56.88º92.77%32.55%-
XYZ6.47.441.27-
YUV71.8790.83135.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 79 (31.25% from 255) = 47.02%
BLUE value IS 6 (2.73% from 255) = 3.57%
R=49.40%
G=47.02%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8379600.050.930.6756.8886.5217.45
Hex534F6055D43395711
Octal1231176051351037112721
Binary10100111001111110010110111011000011111001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,79,6); }

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

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

 a { background-color: rgb(83,79,6); }

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

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

 span { border-color: rgb(83,79,6); }

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