#525504

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

Shades of Verdun Green #525504

Tints of Verdun Green #525504

Color information

#525504 (or 0x525504) is unknown color: approx Verdun Green. HEX triplet: 52, 55 and 04. RGB value is (82,85,4). Sum of RGB (Red+Green+Blue) = 82+85+4=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #525504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525504 is #ADAAFB. Grayscale: #4B4B4B. Windows color (decimal): -11381500 or 283986. OLE color: 283986.

HSL color Cylindrical-coordinate representation of color #525504: hue angle of 62.22º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #525504 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB82854-
CMYK0.0400.950.67
HSL62.22º91.01%17.45%-
HSV(B)62.22º95.29%33.33%-
XYZ6.758.31.36-
YUV74.8788.01133.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.95%
GREEN value IS 85 (33.59% from 255) = 49.71%
BLUE value IS 4 (1.95% from 255) = 2.34%
R=47.95%
G=49.71%
B=2.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal828540.0400.950.6762.2291.0117.45
Hex52554405F433e5b11
Octal1221254401371037613321
Binary10100101010101100100010111111000011111110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525504; }

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

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

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

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

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

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

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

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