#525104

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

Shades of Verdun Green #525104

Tints of Verdun Green #525104

Color information

#525104 (or 0x525104) is unknown color: approx Verdun Green. HEX triplet: 52, 51 and 04. RGB value is (82,81,4). Sum of RGB (Red+Green+Blue) = 82+81+4=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #525104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525104 is #ADAEFB. Grayscale: #484848. Windows color (decimal): -11382524 or 282962. OLE color: 282962.

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

Color convert

RGB82814-
CMYK00.010.950.68
HSL59.23º90.7%16.86%-
HSV(B)59.23º95.12%32.16%-
XYZ6.447.691.26-
YUV72.5289.33134.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 81 (32.03% from 255) = 48.50%
BLUE value IS 4 (1.95% from 255) = 2.40%
R=49.10%
G=48.50%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8281400.010.950.6859.2390.716.86
Hex52514015F443b5b11
Octal1221214011371047313321
Binary101001010100011000110111111000100111011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525104; }

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

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

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

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

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

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

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

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