#526019

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

Shades of Verdun Green #526019

Tints of Verdun Green #526019

Color information

#526019 (or 0x526019) is unknown color: approx Verdun Green. HEX triplet: 52, 60 and 19. RGB value is (82,96,25). Sum of RGB (Red+Green+Blue) = 82+96+25=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #526019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526019 is #AD9FE6. Grayscale: #535353. Windows color (decimal): -11378663 or 1663058. OLE color: 1663058.

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

Color convert

RGB829625-
CMYK0.1500.740.62
HSL71.83º58.68%23.73%-
HSV(B)71.83º73.96%37.65%-
XYZ7.8410.232.48-
YUV83.7294.86126.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 25 (10.16% from 255) = 12.32%
R=40.39%
G=47.29%
B=12.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296250.1500.740.6271.8358.6823.73
Hex526019F04A3E483b18
Octal12214031170112761107330
Binary1010010110000011001111101001010111110100100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526019; }

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

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

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

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

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

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

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

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