#525604

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

Shades of Verdun Green #525604

Tints of Verdun Green #525604

Color information

#525604 (or 0x525604) is unknown color: approx Verdun Green. HEX triplet: 52, 56 and 04. RGB value is (82,86,4). Sum of RGB (Red+Green+Blue) = 82+86+4=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 86 (33.98% from 255 or 50% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 86 - color contains mainly: green. Hex color #525604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525604 is #ADA9FB. Grayscale: #4B4B4B. Windows color (decimal): -11381244 or 284242. OLE color: 284242.

HSL color Cylindrical-coordinate representation of color #525604: hue angle of 62.93º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #525604 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB82864-
CMYK0.0500.950.66
HSL62.93º91.11%17.65%-
HSV(B)62.93º95.35%33.73%-
XYZ6.838.461.39-
YUV75.4687.67132.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.67%
GREEN value IS 86 (33.98% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 2.33%
R=47.67%
G=50%
B=2.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal828640.0500.950.6662.9391.1117.65
Hex52564505F423f5b12
Octal1221264501371027713322
Binary10100101010110100101010111111000010111111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525604; }

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

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

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

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

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

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

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

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