#525402

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

Shades of Verdun Green #525402

Tints of Verdun Green #525402

Color information

#525402 (or 0x525402) is unknown color: approx Verdun Green. HEX triplet: 52, 54 and 02. RGB value is (82,84,2). Sum of RGB (Red+Green+Blue) = 82+84+2=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #525402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525402 is #ADABFD. Grayscale: #4A4A4A. Windows color (decimal): -11381758 or 152658. OLE color: 152658.

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

Color convert

RGB82842-
CMYK0.0200.980.67
HSL61.46º95.35%16.86%-
HSV(B)61.46º97.62%32.94%-
XYZ6.668.141.28-
YUV74.0587.34133.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.81%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 1.19%
R=48.81%
G=50%
B=1.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal828420.0200.980.6761.4695.3516.86
Hex525422062433d5f11
Octal1221242201421037513721
Binary101001010101001010011000101000011111101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525402; }

 p { color: rgb(82,84,2); }

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

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

 a { background-color: rgb(82,84,2); }

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

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

 span { border-color: rgb(82,84,2); }

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