#536706

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

Shades of Verdun Green #536706

Tints of Verdun Green #536706

Color information

#536706 (or 0x536706) is unknown color: approx Verdun Green. HEX triplet: 53, 67 and 06. RGB value is (83,103,6). Sum of RGB (Red+Green+Blue) = 83+103+6=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 103 (40.62% from 255 or 53.65% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 103 - color contains mainly: green. Hex color #536706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536706 is #AC98F9. Grayscale: #565656. Windows color (decimal): -11311354 or 419667. OLE color: 419667.

HSL color Cylindrical-coordinate representation of color #536706: hue angle of 72.37º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #536706 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB831036-
CMYK0.1900.940.60
HSL72.37º88.99%21.37%-
HSV(B)72.37º94.17%40.39%-
XYZ8.4511.551.96-
YUV85.9682.87125.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 103 (40.62% from 255) = 53.65%
BLUE value IS 6 (2.73% from 255) = 3.12%
R=43.23%
G=53.65%
B=3.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8310360.1900.940.6072.3788.9921.37
Hex536761305E3C485915
Octal12314762301367411013125
Binary1010011110011111010011010111101111001001000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536706; }

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

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

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

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

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

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

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

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