#525805

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

Shades of Verdun Green #525805

Tints of Verdun Green #525805

Color information

#525805 (or 0x525805) is unknown color: approx Verdun Green. HEX triplet: 52, 58 and 05. RGB value is (82,88,5). Sum of RGB (Red+Green+Blue) = 82+88+5=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #525805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525805 is #ADA7FA. Grayscale: #4D4D4D. Windows color (decimal): -11380731 or 350290. OLE color: 350290.

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

Color convert

RGB82885-
CMYK0.0700.940.65
HSL64.34º89.25%18.24%-
HSV(B)64.34º94.32%34.51%-
XYZ78.781.47-
YUV76.7487.51131.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.86%
GREEN value IS 88 (34.77% from 255) = 50.29%
BLUE value IS 5 (2.34% from 255) = 2.86%
R=46.86%
G=50.29%
B=2.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal828850.0700.940.6564.3489.2518.24
Hex52585705E41405912
Octal12213057013610110013122
Binary101001010110001011110101111010000011000000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525805; }

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

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

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

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

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

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

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

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