#113704

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

Shades of Myrtle #113704

Tints of Myrtle #113704

Color information

#113704 (or 0x113704) is unknown color: approx Myrtle. HEX triplet: 11, 37 and 04. RGB value is (17,55,4). Sum of RGB (Red+Green+Blue) = 17+55+4=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 55 (21.88% from 255 or 72.37% from 76); Blue value is 4 (1.95% from 255 or 5.26% from 76); Max value from RGB is 55 - color contains mainly: green. Hex color #113704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113704 is #EEC8FB. Grayscale: #252525. Windows color (decimal): -15649020 or 276241. OLE color: 276241.

HSL color Cylindrical-coordinate representation of color #113704: hue angle of 104.71º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113704 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB17554-
CMYK0.6900.930.78
HSL104.71º86.44%11.57%-
HSV(B)104.71º92.73%21.57%-
XYZ1.622.860.58-
YUV37.82108.91113.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.37%
GREEN value IS 55 (21.88% from 255) = 72.37%
BLUE value IS 4 (1.95% from 255) = 5.26%
R=22.37%
G=72.37%
B=5.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal175540.6900.930.78104.7186.4411.57
Hex113744505D4E6956c
Octal21674105013511615112614
Binary100011101111001000101010111011001110110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113704; }

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

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

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

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

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

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

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

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