#525814

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

Shades of Verdun Green #525814

Tints of Verdun Green #525814

Color information

#525814 (or 0x525814) is unknown color: approx Verdun Green. HEX triplet: 52, 58 and 14. RGB value is (82,88,20). Sum of RGB (Red+Green+Blue) = 82+88+20=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #525814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525814 is #ADA7EB. Grayscale: #4E4E4E. Windows color (decimal): -11380716 or 1333330. OLE color: 1333330.

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

Color convert

RGB828820-
CMYK0.0700.770.65
HSL65.29º62.96%21.18%-
HSV(B)65.29º77.27%34.51%-
XYZ7.18.821.99-
YUV78.4595.01130.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.16%
GREEN value IS 88 (34.77% from 255) = 46.32%
BLUE value IS 20 (8.20% from 255) = 10.53%
R=43.16%
G=46.32%
B=10.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8288200.0700.770.6565.2962.9621.18
Hex525814704D41413f15
Octal12213024701151011017725
Binary1010010101100010100111010011011000001100000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525814; }

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

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

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

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

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

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

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

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