#112C10

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

Shades of Myrtle #112C10

Tints of Myrtle #112C10

Color information

#112C10 (or 0x112C10) is unknown color: approx Myrtle. HEX triplet: 11, 2C and 10. RGB value is (17,44,16). Sum of RGB (Red+Green+Blue) = 17+44+16=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 44 (17.58% from 255 or 57.14% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 44 - color contains mainly: green. Hex color #112C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112C10 is #EED3EF. Grayscale: #202020. Windows color (decimal): -15651824 or 1059857. OLE color: 1059857.

HSL color Cylindrical-coordinate representation of color #112C10: hue angle of 117.86º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #112C10 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.83.

Color convert

RGB174416-
CMYK0.6100.640.83
HSL117.86º46.67%11.76%-
HSV(B)117.86º63.64%17.25%-
XYZ1.231.960.8-
YUV32.74118.55116.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.08%
GREEN value IS 44 (17.58% from 255) = 57.14%
BLUE value IS 16 (6.64% from 255) = 20.78%
R=22.08%
G=57.14%
B=20.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1744160.6100.640.83117.8646.6711.76
Hex112C103D04053762fc
Octal2154207501001231665714
Binary100011011001000011110101000000101001111101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112C10; }

 p { color: rgb(17,44,16); }

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

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

 a { background-color: rgb(17,44,16); }

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

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

 span { border-color: rgb(17,44,16); }

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