#146112

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

Shades of Myrtle #146112

Tints of Myrtle #146112

Color information

#146112 (or 0x146112) is unknown color: approx Myrtle. HEX triplet: 14, 61 and 12. RGB value is (20,97,18). Sum of RGB (Red+Green+Blue) = 20+97+18=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 97 (38.28% from 255 or 71.85% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 97 - color contains mainly: green. Hex color #146112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146112 is #EB9EED. Grayscale: #414141. Windows color (decimal): -15441646 or 1204500. OLE color: 1204500.

HSL color Cylindrical-coordinate representation of color #146112: hue angle of 118.48º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146112 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB209718-
CMYK0.7900.810.62
HSL118.48º68.7%22.55%-
HSV(B)118.48º81.44%38.04%-
XYZ4.678.742.01-
YUV64.97101.4995.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 97 (38.28% from 255) = 71.85%
BLUE value IS 18 (7.42% from 255) = 13.33%
R=14.81%
G=71.85%
B=13.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097180.7900.810.62118.4868.722.55
Hex1461124F0513E764517
Octal241412211701217616610527
Binary101001100001100101001111010100011111101110110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146112; }

 p { color: rgb(20,97,18); }

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

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

 a { background-color: rgb(20,97,18); }

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

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

 span { border-color: rgb(20,97,18); }

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