#535706

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

Shades of Verdun Green #535706

Tints of Verdun Green #535706

Color information

#535706 (or 0x535706) is unknown color: approx Verdun Green. HEX triplet: 53, 57 and 06. RGB value is (83,87,6). Sum of RGB (Red+Green+Blue) = 83+87+6=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 87 - color contains mainly: green. Hex color #535706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535706 is #ACA8F9. Grayscale: #4C4C4C. Windows color (decimal): -11315450 or 415571. OLE color: 415571.

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

Color convert

RGB83876-
CMYK0.0500.930.66
HSL62.96º87.1%18.24%-
HSV(B)62.96º93.1%34.12%-
XYZ7.018.671.48-
YUV76.5788.17132.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 87 (34.38% from 255) = 49.43%
BLUE value IS 6 (2.73% from 255) = 3.41%
R=47.16%
G=49.43%
B=3.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal838760.0500.930.6662.9687.118.24
Hex53576505D423f5712
Octal1231276501351027712722
Binary10100111010111110101010111011000010111111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535706; }

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

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

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

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

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

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

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

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