#112806

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

Shades of Myrtle #112806

Tints of Myrtle #112806

Color information

#112806 (or 0x112806) is unknown color: approx Myrtle. HEX triplet: 11, 28 and 06. RGB value is (17,40,6). Sum of RGB (Red+Green+Blue) = 17+40+6=63 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.98% from 63); Green value is 40 (16.02% from 255 or 63.49% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 40 - color contains mainly: green. Hex color #112806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112806 is #EED7F9. Grayscale: #1D1D1D. Windows color (decimal): -15652858 or 403473. OLE color: 403473.

HSL color Cylindrical-coordinate representation of color #112806: hue angle of 100.59º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112806 is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB17406-
CMYK0.5700.850.84
HSL100.59º73.91%9.02%-
HSV(B)100.59º85%15.69%-
XYZ1.021.650.44-
YUV29.25114.88119.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.98%
GREEN value IS 40 (16.02% from 255) = 63.49%
BLUE value IS 6 (2.73% from 255) = 9.52%
R=26.98%
G=63.49%
B=9.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal174060.5700.850.84100.5973.919.02
Hex112863905554654a9
Octal2150671012512414511211
Binary10001101000110111001010101011010100110010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112806; }

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

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

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

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

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

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

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

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