#114212

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

Shades of Myrtle #114212

Tints of Myrtle #114212

Color information

#114212 (or 0x114212) is unknown color: approx Myrtle. HEX triplet: 11, 42 and 12. RGB value is (17,66,18). Sum of RGB (Red+Green+Blue) = 17+66+18=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 66 (26.17% from 255 or 65.35% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 66 - color contains mainly: green. Hex color #114212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114212 is #EEBDED. Grayscale: #2E2E2E. Windows color (decimal): -15646190 or 1196561. OLE color: 1196561.

HSL color Cylindrical-coordinate representation of color #114212: hue angle of 121.22º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114212 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB176618-
CMYK0.7400.730.74
HSL121.22º59.04%16.27%-
HSV(B)121.22º74.24%25.88%-
XYZ2.294.061.24-
YUV45.88112.27107.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.83%
GREEN value IS 66 (26.17% from 255) = 65.35%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=16.83%
G=65.35%
B=17.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766180.7400.730.74121.2259.0416.27
Hex1142124A0494A793b10
Octal211022211201111121717320
Binary100011000010100101001010010010011001010111100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114212; }

 p { color: rgb(17,66,18); }

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

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

 a { background-color: rgb(17,66,18); }

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

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

 span { border-color: rgb(17,66,18); }

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