#114E08

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

Shades of Myrtle #114E08

Tints of Myrtle #114E08

Color information

#114E08 (or 0x114E08) is unknown color: approx Myrtle. HEX triplet: 11, 4E and 08. RGB value is (17,78,8). Sum of RGB (Red+Green+Blue) = 17+78+8=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 78 (30.86% from 255 or 75.73% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 78 - color contains mainly: green. Hex color #114E08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #114E08 is #EEB1F7. Grayscale: #343434. Windows color (decimal): -15643128 or 544273. OLE color: 544273.

HSL color Cylindrical-coordinate representation of color #114E08: hue angle of 112.29º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114E08 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB17788-
CMYK0.7800.900.69
HSL112.29º81.4%16.86%-
HSV(B)112.29º89.74%30.59%-
XYZ35.591.15-
YUV51.78103.29103.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.50%
GREEN value IS 78 (30.86% from 255) = 75.73%
BLUE value IS 8 (3.52% from 255) = 7.77%
R=16.50%
G=75.73%
B=7.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal177880.7800.900.69112.2981.416.86
Hex114E84E05A45705111
Octal2111610116013210516012121
Binary100011001110100010011100101101010001011110000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114E08; }

 p { color: rgb(17,78,8); }

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

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

 a { background-color: rgb(17,78,8); }

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

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

 span { border-color: rgb(17,78,8); }

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