#525914

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

Shades of Verdun Green #525914

Tints of Verdun Green #525914

Color information

#525914 (or 0x525914) is unknown color: approx Verdun Green. HEX triplet: 52, 59 and 14. RGB value is (82,89,20). Sum of RGB (Red+Green+Blue) = 82+89+20=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #525914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525914 is #ADA6EB. Grayscale: #4F4F4F. Windows color (decimal): -11380460 or 1333586. OLE color: 1333586.

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

Color convert

RGB828920-
CMYK0.0800.780.65
HSL66.09º63.3%21.37%-
HSV(B)66.09º77.53%34.9%-
XYZ7.188.992.02-
YUV79.0494.68130.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 89 (35.16% from 255) = 46.60%
BLUE value IS 20 (8.20% from 255) = 10.47%
R=42.93%
G=46.60%
B=10.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289200.0800.780.6566.0963.321.37
Hex525914804E41423f15
Octal122131241001161011027725
Binary10100101011001101001000010011101000001100001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525914; }

 p { color: rgb(82,89,20); }

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

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

 a { background-color: rgb(82,89,20); }

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

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

 span { border-color: rgb(82,89,20); }

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