#536705

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

Shades of Verdun Green #536705

Tints of Verdun Green #536705

Color information

#536705 (or 0x536705) is unknown color: approx Verdun Green. HEX triplet: 53, 67 and 05. RGB value is (83,103,5). Sum of RGB (Red+Green+Blue) = 83+103+5=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 103 (40.62% from 255 or 53.93% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 103 - color contains mainly: green. Hex color #536705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536705 is #AC98FA. Grayscale: #565656. Windows color (decimal): -11311355 or 354131. OLE color: 354131.

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

Color convert

RGB831035-
CMYK0.1900.950.60
HSL72.24º90.74%21.18%-
HSV(B)72.24º95.15%40.39%-
XYZ8.4411.551.93-
YUV85.8582.37125.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 103 (40.62% from 255) = 53.93%
BLUE value IS 5 (2.34% from 255) = 2.62%
R=43.46%
G=53.93%
B=2.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8310350.1900.950.6072.2490.7421.18
Hex536751305F3C485b15
Octal12314752301377411013325
Binary1010011110011110110011010111111111001001000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536705; }

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

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

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

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

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

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

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

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