#114215

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

Shades of Myrtle #114215

Tints of Myrtle #114215

Color information

#114215 (or 0x114215) is unknown color: approx Myrtle. HEX triplet: 11, 42 and 15. RGB value is (17,66,21). Sum of RGB (Red+Green+Blue) = 17+66+21=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #114215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114215 is #EEBDEA. Grayscale: #2E2E2E. Windows color (decimal): -15646187 or 1393169. OLE color: 1393169.

HSL color Cylindrical-coordinate representation of color #114215: hue angle of 124.9º 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 #114215 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.74.

Color convert

RGB176621-
CMYK0.7400.680.74
HSL124.9º59.04%16.27%-
HSV(B)124.9º74.24%25.88%-
XYZ2.314.071.37-
YUV46.22113.77107.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 66 (26.17% from 255) = 63.46%
BLUE value IS 21 (8.59% from 255) = 20.19%
R=16.35%
G=63.46%
B=20.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766210.7400.680.74124.959.0416.27
Hex1142154A0444A7d3b10
Octal211022511201041121757320
Binary100011000010101011001010010001001001010111110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114215; }

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

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

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

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

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

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

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

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