#535914

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

Shades of Verdun Green #535914

Tints of Verdun Green #535914

Color information

#535914 (or 0x535914) is unknown color: approx Verdun Green. HEX triplet: 53, 59 and 14. RGB value is (83,89,20). Sum of RGB (Red+Green+Blue) = 83+89+20=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #535914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535914 is #ACA6EB. Grayscale: #4F4F4F. Windows color (decimal): -11314924 or 1333587. OLE color: 1333587.

HSL color Cylindrical-coordinate representation of color #535914: hue angle of 65.22º 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 #535914 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB838920-
CMYK0.0700.780.65
HSL65.22º63.3%21.37%-
HSV(B)65.22º77.53%34.9%-
XYZ7.279.032.02-
YUV79.3494.51130.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 89 (35.16% from 255) = 46.35%
BLUE value IS 20 (8.20% from 255) = 10.42%
R=43.23%
G=46.35%
B=10.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389200.0700.780.6565.2263.321.37
Hex535914704E41413f15
Octal12313124701161011017725
Binary1010011101100110100111010011101000001100000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535914; }

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

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

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

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

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

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

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

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