#526118

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

Shades of Verdun Green #526118

Tints of Verdun Green #526118

Color information

#526118 (or 0x526118) is unknown color: approx Verdun Green. HEX triplet: 52, 61 and 18. RGB value is (82,97,24). Sum of RGB (Red+Green+Blue) = 82+97+24=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #526118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526118 is #AD9EE7. Grayscale: #545454. Windows color (decimal): -11378408 or 1597778. OLE color: 1597778.

HSL color Cylindrical-coordinate representation of color #526118: hue angle of 72.33º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #526118 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB829724-
CMYK0.1500.750.62
HSL72.33º60.33%23.73%-
HSV(B)72.33º75.26%38.04%-
XYZ7.9210.412.46-
YUV84.1994.03126.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 97 (38.28% from 255) = 47.78%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=40.39%
G=47.78%
B=11.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297240.1500.750.6272.3360.3323.73
Hex526118F04B3E483c18
Octal12214130170113761107430
Binary1010010110000111000111101001011111110100100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526118; }

 p { color: rgb(82,97,24); }

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

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

 a { background-color: rgb(82,97,24); }

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

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

 span { border-color: rgb(82,97,24); }

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