#525F0E

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

Shades of Verdun Green #525F0E

Tints of Verdun Green #525F0E

Color information

#525F0E (or 0x525F0E) is unknown color: approx Verdun Green. HEX triplet: 52, 5F and 0E. RGB value is (82,95,14). Sum of RGB (Red+Green+Blue) = 82+95+14=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 95 (37.5% from 255 or 49.74% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 95 - color contains mainly: green. Hex color #525F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525F0E is #ADA0F1. Grayscale: #525252. Windows color (decimal): -11378930 or 941906. OLE color: 941906.

HSL color Cylindrical-coordinate representation of color #525F0E: hue angle of 69.63º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #525F0E is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.63.

Color convert

RGB829514-
CMYK0.1400.850.63
HSL69.63º74.31%21.37%-
HSV(B)69.63º85.26%37.25%-
XYZ7.6510.011.94-
YUV81.8889.69128.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 95 (37.5% from 255) = 49.74%
BLUE value IS 14 (5.86% from 255) = 7.33%
R=42.93%
G=49.74%
B=7.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8295140.1400.850.6369.6374.3121.37
Hex525FEE0553F464a15
Octal122137161601257710611225
Binary1010010101111111101110010101011111111000110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525F0E; }

 p { color: rgb(82,95,14); }

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

<style>
 a { background-color: #525F0E; }

 a { background-color: rgb(82,95,14); }

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

<style>
 span { border-color: #525F0E; }

 span { border-color: rgb(82,95,14); }

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