#114116

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

Shades of Myrtle #114116

Tints of Myrtle #114116

Color information

#114116 (or 0x114116) is unknown color: approx Myrtle. HEX triplet: 11, 41 and 16. RGB value is (17,65,22). Sum of RGB (Red+Green+Blue) = 17+65+22=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #114116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114116 is #EEBEE9. Grayscale: #2D2D2D. Windows color (decimal): -15646442 or 1458449. OLE color: 1458449.

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

Color convert

RGB176522-
CMYK0.7400.660.75
HSL126.25º58.54%16.08%-
HSV(B)126.25º73.85%25.49%-
XYZ2.273.961.4-
YUV45.75114.6107.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 65 (25.78% from 255) = 62.5%
BLUE value IS 22 (8.98% from 255) = 21.15%
R=16.35%
G=62.5%
B=21.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765220.7400.660.75126.2558.5416.08
Hex1141164A0424B7e3b10
Octal211012611201021131767320
Binary100011000001101101001010010000101001011111111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114116; }

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

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

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

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

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

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

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

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