#113504

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

Shades of Myrtle #113504

Tints of Myrtle #113504

Color information

#113504 (or 0x113504) is unknown color: approx Myrtle. HEX triplet: 11, 35 and 04. RGB value is (17,53,4). Sum of RGB (Red+Green+Blue) = 17+53+4=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 53 (21.09% from 255 or 71.62% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 53 - color contains mainly: green. Hex color #113504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113504 is #EECAFB. Grayscale: #242424. Windows color (decimal): -15649532 or 275729. OLE color: 275729.

HSL color Cylindrical-coordinate representation of color #113504: hue angle of 104.08º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113504 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB17534-
CMYK0.6800.920.79
HSL104.08º85.96%11.18%-
HSV(B)104.08º92.45%20.78%-
XYZ1.532.670.55-
YUV36.65109.57113.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.97%
GREEN value IS 53 (21.09% from 255) = 71.62%
BLUE value IS 4 (1.95% from 255) = 5.41%
R=22.97%
G=71.62%
B=5.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal175340.6800.920.79104.0885.9611.18
Hex113544405C4F6856b
Octal21654104013411715012613
Binary100011101011001000100010111001001111110100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113504; }

 p { color: rgb(17,53,4); }

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

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

 a { background-color: rgb(17,53,4); }

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

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

 span { border-color: rgb(17,53,4); }

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