#113806

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

Shades of Myrtle #113806

Tints of Myrtle #113806

Color information

#113806 (or 0x113806) is unknown color: approx Myrtle. HEX triplet: 11, 38 and 06. RGB value is (17,56,6). Sum of RGB (Red+Green+Blue) = 17+56+6=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 56 (22.27% from 255 or 70.89% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 56 - color contains mainly: green. Hex color #113806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113806 is #EEC7F9. Grayscale: #262626. Windows color (decimal): -15648762 or 407569. OLE color: 407569.

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

Color convert

RGB17566-
CMYK0.7000.890.78
HSL106.8º80.65%12.16%-
HSV(B)106.8º89.29%21.96%-
XYZ1.682.960.66-
YUV38.64109.58112.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.52%
GREEN value IS 56 (22.27% from 255) = 70.89%
BLUE value IS 6 (2.73% from 255) = 7.59%
R=21.52%
G=70.89%
B=7.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal175660.7000.890.78106.880.6512.16
Hex11386460594E6b51c
Octal21706106013111615312114
Binary100011110001101000110010110011001110110101110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113806; }

 p { color: rgb(17,56,6); }

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

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

 a { background-color: rgb(17,56,6); }

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

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

 span { border-color: rgb(17,56,6); }

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