#535806

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

Shades of Verdun Green #535806

Tints of Verdun Green #535806

Color information

#535806 (or 0x535806) is unknown color: approx Verdun Green. HEX triplet: 53, 58 and 06. RGB value is (83,88,6). Sum of RGB (Red+Green+Blue) = 83+88+6=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #535806 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535806 is #ACA7F9. Grayscale: #4D4D4D. Windows color (decimal): -11315194 or 415827. OLE color: 415827.

HSL color Cylindrical-coordinate representation of color #535806: hue angle of 63.66º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #535806 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB83886-
CMYK0.0600.930.65
HSL63.66º87.23%18.43%-
HSV(B)63.66º93.18%34.51%-
XYZ7.098.831.5-
YUV77.1687.84132.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 88 (34.77% from 255) = 49.72%
BLUE value IS 6 (2.73% from 255) = 3.39%
R=46.89%
G=49.72%
B=3.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal838860.0600.930.6563.6687.2318.43
Hex53586605D41405712
Octal12313066013510110012722
Binary101001110110001101100101110110000011000000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535806; }

 p { color: rgb(83,88,6); }

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

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

 a { background-color: rgb(83,88,6); }

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

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

 span { border-color: rgb(83,88,6); }

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