#535910

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

Shades of Verdun Green #535910

Tints of Verdun Green #535910

Color information

#535910 (or 0x535910) is unknown color: approx Verdun Green. HEX triplet: 53, 59 and 10. RGB value is (83,89,16). Sum of RGB (Red+Green+Blue) = 83+89+16=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #535910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535910 is #ACA6EF. Grayscale: #4F4F4F. Windows color (decimal): -11314928 or 1071443. OLE color: 1071443.

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

Color convert

RGB838916-
CMYK0.0700.820.65
HSL64.93º69.52%20.59%-
HSV(B)64.93º82.02%34.9%-
XYZ7.239.021.85-
YUV78.8892.51130.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 89 (35.16% from 255) = 47.34%
BLUE value IS 16 (6.64% from 255) = 8.51%
R=44.15%
G=47.34%
B=8.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389160.0700.820.6564.9369.5220.59
Hex535910705241414615
Octal123131207012210110110625
Binary10100111011001100001110101001010000011000001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535910; }

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

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

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

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

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

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

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

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