#526609

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

Shades of Verdun Green #526609

Tints of Verdun Green #526609

Color information

#526609 (or 0x526609) is unknown color: approx Verdun Green. HEX triplet: 52, 66 and 09. RGB value is (82,102,9). Sum of RGB (Red+Green+Blue) = 82+102+9=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 9 (3.91% from 255 or 4.66% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #526609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526609 is #AD99F6. Grayscale: #555555. Windows color (decimal): -11377143 or 616018. OLE color: 616018.

HSL color Cylindrical-coordinate representation of color #526609: hue angle of 72.9º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #526609 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB821029-
CMYK0.2000.910.6
HSL72.9º83.78%21.76%-
HSV(B)72.9º91.18%40%-
XYZ8.2811.322.01-
YUV85.4284.87125.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.49%
GREEN value IS 102 (40.23% from 255) = 52.85%
BLUE value IS 9 (3.91% from 255) = 4.66%
R=42.49%
G=52.85%
B=4.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8210290.2000.910.672.983.7821.76
Hex526691405B3C495416
Octal122146112401337411112426
Binary10100101100110100110100010110111111001001001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526609; }

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

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

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

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

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

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

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

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