#526212

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

Shades of Verdun Green #526212

Tints of Verdun Green #526212

Color information

#526212 (or 0x526212) is unknown color: approx Verdun Green. HEX triplet: 52, 62 and 12. RGB value is (82,98,18). Sum of RGB (Red+Green+Blue) = 82+98+18=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #526212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526212 is #AD9DED. Grayscale: #545454. Windows color (decimal): -11378158 or 1204818. OLE color: 1204818.

HSL color Cylindrical-coordinate representation of color #526212: hue angle of 72º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #526212 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB829818-
CMYK0.1600.820.62
HSL72º68.97%22.75%-
HSV(B)72º81.63%38.43%-
XYZ7.9610.572.19-
YUV84.190.7126.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.41%
GREEN value IS 98 (38.67% from 255) = 49.49%
BLUE value IS 18 (7.42% from 255) = 9.09%
R=41.41%
G=49.49%
B=9.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298180.1600.820.627268.9722.75
Hex526212100523E484517
Octal122142222001227611010527
Binary101001011000101001010000010100101111101001000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526212; }

 p { color: rgb(82,98,18); }

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

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

 a { background-color: rgb(82,98,18); }

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

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

 span { border-color: rgb(82,98,18); }

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