#525605

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

Shades of Verdun Green #525605

Tints of Verdun Green #525605

Color information

#525605 (or 0x525605) is unknown color: approx Verdun Green. HEX triplet: 52, 56 and 05. RGB value is (82,86,5). Sum of RGB (Red+Green+Blue) = 82+86+5=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #525605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525605 is #ADA9FA. Grayscale: #4B4B4B. Windows color (decimal): -11381243 or 349778. OLE color: 349778.

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

Color convert

RGB82865-
CMYK0.0500.940.66
HSL62.96º89.01%17.84%-
HSV(B)62.96º94.19%33.73%-
XYZ6.838.461.42-
YUV75.5788.17132.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.40%
GREEN value IS 86 (33.98% from 255) = 49.71%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=47.40%
G=49.71%
B=2.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal828650.0500.940.6662.9689.0117.84
Hex52565505E423f5912
Octal1221265501361027713122
Binary10100101010110101101010111101000010111111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525605; }

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

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

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

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

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

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

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

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