#535B05

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

Shades of Verdun Green #535B05

Tints of Verdun Green #535B05

Color information

#535B05 (or 0x535B05) is unknown color: approx Verdun Green. HEX triplet: 53, 5B and 05. RGB value is (83,91,5). Sum of RGB (Red+Green+Blue) = 83+91+5=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 91 (35.94% from 255 or 50.84% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 91 - color contains mainly: green. Hex color #535B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535B05 is #ACA4FA. Grayscale: #4F4F4F. Windows color (decimal): -11314427 or 351059. OLE color: 351059.

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

Color convert

RGB83915-
CMYK0.0900.950.64
HSL65.58º89.58%18.82%-
HSV(B)65.58º94.51%35.69%-
XYZ7.349.331.56-
YUV78.886.35130.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 91 (35.94% from 255) = 50.84%
BLUE value IS 5 (2.34% from 255) = 2.79%
R=46.37%
G=50.84%
B=2.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal839150.0900.950.6465.5889.5818.82
Hex535B5905F40425a13
Octal123133511013710010213223
Binary1010011101101110110010101111110000001000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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