#535B10

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

Shades of Verdun Green #535B10

Tints of Verdun Green #535B10

Color information

#535B10 (or 0x535B10) is unknown color: approx Verdun Green. HEX triplet: 53, 5B and 10. RGB value is (83,91,16). Sum of RGB (Red+Green+Blue) = 83+91+16=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #535B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535B10 is #ACA4EF. Grayscale: #505050. Windows color (decimal): -11314416 or 1071955. OLE color: 1071955.

HSL color Cylindrical-coordinate representation of color #535B10: hue angle of 66.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #535B10 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB839116-
CMYK0.0900.820.64
HSL66.4º70.09%20.98%-
HSV(B)66.4º82.42%35.69%-
XYZ7.49.361.91-
YUV80.0691.85130.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 91 (35.94% from 255) = 47.89%
BLUE value IS 16 (6.64% from 255) = 8.42%
R=43.68%
G=47.89%
B=8.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8391160.0900.820.6466.470.0920.98
Hex535B10905240424615
Octal1231332011012210010210625
Binary101001110110111000010010101001010000001000010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535B10; }

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

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

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

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

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

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

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

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