#525811

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

Shades of Verdun Green #525811

Tints of Verdun Green #525811

Color information

#525811 (or 0x525811) is unknown color: approx Verdun Green. HEX triplet: 52, 58 and 11. RGB value is (82,88,17). Sum of RGB (Red+Green+Blue) = 82+88+17=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 88 - color contains mainly: green. Hex color #525811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525811 is #ADA7EE. Grayscale: #4E4E4E. Windows color (decimal): -11380719 or 1136722. OLE color: 1136722.

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

Color convert

RGB828817-
CMYK0.0700.810.65
HSL65.07º67.62%20.59%-
HSV(B)65.07º80.68%34.51%-
XYZ7.078.811.86-
YUV78.1193.51130.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.85%
GREEN value IS 88 (34.77% from 255) = 47.06%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=43.85%
G=47.06%
B=9.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8288170.0700.810.6565.0767.6220.59
Hex525811705141414415
Octal122130217012110110110425
Binary10100101011000100011110101000110000011000001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525811; }

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

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

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

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

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

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

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

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