#113608

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

Shades of Myrtle #113608

Tints of Myrtle #113608

Color information

#113608 (or 0x113608) is unknown color: approx Myrtle. HEX triplet: 11, 36 and 08. RGB value is (17,54,8). Sum of RGB (Red+Green+Blue) = 17+54+8=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 54 (21.48% from 255 or 68.35% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 54 - color contains mainly: green. Hex color #113608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113608 is #EEC9F7. Grayscale: #252525. Windows color (decimal): -15649272 or 538129. OLE color: 538129.

HSL color Cylindrical-coordinate representation of color #113608: hue angle of 108.26º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113608 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB17548-
CMYK0.6900.850.79
HSL108.26º74.19%12.16%-
HSV(B)108.26º85.19%21.18%-
XYZ1.592.780.68-
YUV37.69111.24113.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.52%
GREEN value IS 54 (21.48% from 255) = 68.35%
BLUE value IS 8 (3.52% from 255) = 10.13%
R=21.52%
G=68.35%
B=10.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal175480.6900.850.79108.2674.1912.16
Hex11368450554F6c4ac
Octal216610105012511715411214
Binary1000111011010001000101010101011001111110110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113608; }

 p { color: rgb(17,54,8); }

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

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

 a { background-color: rgb(17,54,8); }

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

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

 span { border-color: rgb(17,54,8); }

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