#524F06

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

Shades of Verdun Green #524F06

Tints of Verdun Green #524F06

Color information

#524F06 (or 0x524F06) is unknown color: approx Verdun Green. HEX triplet: 52, 4F and 06. RGB value is (82,79,6). Sum of RGB (Red+Green+Blue) = 82+79+6=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #524F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524F06 is #ADB0F9. Grayscale: #474747. Windows color (decimal): -11383034 or 413522. OLE color: 413522.

HSL color Cylindrical-coordinate representation of color #524F06: hue angle of 57.63º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #524F06 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB82796-
CMYK00.040.930.68
HSL57.63º86.36%17.25%-
HSV(B)57.63º92.68%32.16%-
XYZ6.317.41.27-
YUV71.5790.99135.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 79 (31.25% from 255) = 47.31%
BLUE value IS 6 (2.73% from 255) = 3.59%
R=49.10%
G=47.31%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8279600.040.930.6857.6386.3617.25
Hex524F6045D443a5611
Octal1221176041351047212621
Binary10100101001111110010010111011000100111010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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