#114217

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

Shades of Myrtle #114217

Tints of Myrtle #114217

Color information

#114217 (or 0x114217) is unknown color: approx Myrtle. HEX triplet: 11, 42 and 17. RGB value is (17,66,23). Sum of RGB (Red+Green+Blue) = 17+66+23=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 66 (26.17% from 255 or 62.26% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 66 - color contains mainly: green. Hex color #114217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114217 is #EEBDE8. Grayscale: #2E2E2E. Windows color (decimal): -15646185 or 1524241. OLE color: 1524241.

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

Color convert

RGB176623-
CMYK0.7400.650.74
HSL127.35º59.04%16.27%-
HSV(B)127.35º74.24%25.88%-
XYZ2.334.081.47-
YUV46.45114.77107-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 66 (26.17% from 255) = 62.26%
BLUE value IS 23 (9.38% from 255) = 21.70%
R=16.04%
G=62.26%
B=21.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766230.7400.650.74127.3559.0416.27
Hex1142174A0414A7f3b10
Octal211022711201011121777320
Binary100011000010101111001010010000011001010111111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114217; }

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

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

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

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

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

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

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

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