#526004

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

Shades of Verdun Green #526004

Tints of Verdun Green #526004

Color information

#526004 (or 0x526004) is unknown color: approx Verdun Green. HEX triplet: 52, 60 and 04. RGB value is (82,96,4). Sum of RGB (Red+Green+Blue) = 82+96+4=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #526004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526004 is #AD9FFB. Grayscale: #515151. Windows color (decimal): -11378684 or 286802. OLE color: 286802.

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

Color convert

RGB82964-
CMYK0.1500.960.62
HSL69.13º92%19.61%-
HSV(B)69.13º95.83%37.65%-
XYZ7.6810.171.67-
YUV81.3384.36128.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 96 (37.89% from 255) = 52.75%
BLUE value IS 4 (1.95% from 255) = 2.20%
R=45.05%
G=52.75%
B=2.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal829640.1500.960.6269.139219.61
Hex52604F0603E455c14
Octal12214041701407610513424
Binary101001011000001001111011000001111101000101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526004; }

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

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

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

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

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

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

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

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