#114117

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

Shades of Myrtle #114117

Tints of Myrtle #114117

Color information

#114117 (or 0x114117) is unknown color: approx Myrtle. HEX triplet: 11, 41 and 17. RGB value is (17,65,23). Sum of RGB (Red+Green+Blue) = 17+65+23=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #114117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114117 is #EEBEE8. Grayscale: #2D2D2D. Windows color (decimal): -15646441 or 1523985. OLE color: 1523985.

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

Color convert

RGB176523-
CMYK0.7400.650.75
HSL127.5º58.54%16.08%-
HSV(B)127.5º73.85%25.49%-
XYZ2.283.961.46-
YUV45.86115.1107.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.19%
GREEN value IS 65 (25.78% from 255) = 61.90%
BLUE value IS 23 (9.38% from 255) = 21.90%
R=16.19%
G=61.90%
B=21.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765230.7400.650.75127.558.5416.08
Hex1141174A0414B803b10
Octal211012711201011132007320
Binary1000110000011011110010100100000110010111000000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114117; }

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

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

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

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

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

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

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

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