#526009

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

Shades of Verdun Green #526009

Tints of Verdun Green #526009

Color information

#526009 (or 0x526009) is unknown color: approx Verdun Green. HEX triplet: 52, 60 and 09. RGB value is (82,96,9). Sum of RGB (Red+Green+Blue) = 82+96+9=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #526009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526009 is #AD9FF6. Grayscale: #525252. Windows color (decimal): -11378679 or 614482. OLE color: 614482.

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

Color convert

RGB82969-
CMYK0.1500.910.62
HSL69.66º82.86%20.59%-
HSV(B)69.66º90.62%37.65%-
XYZ7.7110.181.82-
YUV81.986.86128.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.85%
GREEN value IS 96 (37.89% from 255) = 51.34%
BLUE value IS 9 (3.91% from 255) = 4.81%
R=43.85%
G=51.34%
B=4.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal829690.1500.910.6269.6682.8620.59
Hex52609F05B3E465315
Octal122140111701337610612325
Binary1010010110000010011111010110111111101000110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526009; }

 p { color: rgb(82,96,9); }

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

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

 a { background-color: rgb(82,96,9); }

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

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

 span { border-color: rgb(82,96,9); }

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