#536104

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

Shades of Verdun Green #536104

Tints of Verdun Green #536104

Color information

#536104 (or 0x536104) is unknown color: approx Verdun Green. HEX triplet: 53, 61 and 04. RGB value is (83,97,4). Sum of RGB (Red+Green+Blue) = 83+97+4=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #536104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536104 is #AC9EFB. Grayscale: #525252. Windows color (decimal): -11312892 or 287059. OLE color: 287059.

HSL color Cylindrical-coordinate representation of color #536104: hue angle of 69.03º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #536104 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB83974-
CMYK0.1400.960.62
HSL69.03º92.08%19.8%-
HSV(B)69.03º95.88%38.04%-
XYZ7.8610.41.71-
YUV82.2183.86128.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 97 (38.28% from 255) = 52.72%
BLUE value IS 4 (1.95% from 255) = 2.17%
R=45.11%
G=52.72%
B=2.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal839740.1400.960.6269.0392.0819.8
Hex53614E0603E455c14
Octal12314141601407610513424
Binary101001111000011001110011000001111101000101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536104; }

 p { color: rgb(83,97,4); }

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

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

 a { background-color: rgb(83,97,4); }

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

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

 span { border-color: rgb(83,97,4); }

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