#114A10

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

Shades of Myrtle #114A10

Tints of Myrtle #114A10

Color information

#114A10 (or 0x114A10) is unknown color: approx Myrtle. HEX triplet: 11, 4A and 10. RGB value is (17,74,16). Sum of RGB (Red+Green+Blue) = 17+74+16=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 74 (29.30% from 255 or 69.16% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 74 - color contains mainly: green. Hex color #114A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114A10 is #EEB5EF. Grayscale: #323232. Windows color (decimal): -15644144 or 1067537. OLE color: 1067537.

HSL color Cylindrical-coordinate representation of color #114A10: hue angle of 118.97º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114A10 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB177416-
CMYK0.7700.780.71
HSL118.97º64.44%17.65%-
HSV(B)118.97º78.38%29.02%-
XYZ2.775.051.32-
YUV50.34108.62104.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.89%
GREEN value IS 74 (29.30% from 255) = 69.16%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=15.89%
G=69.16%
B=14.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1774160.7700.780.71118.9764.4417.65
Hex114A104D04E47774012
Octal2111220115011610716710022
Binary1000110010101000010011010100111010001111110111100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,74,16); }

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

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

 a { background-color: rgb(17,74,16); }

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

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

 span { border-color: rgb(17,74,16); }

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