#145D10

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

Shades of Myrtle #145D10

Tints of Myrtle #145D10

Color information

#145D10 (or 0x145D10) is unknown color: approx Myrtle. HEX triplet: 14, 5D and 10. RGB value is (20,93,16). Sum of RGB (Red+Green+Blue) = 20+93+16=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 93 (36.72% from 255 or 72.09% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 93 - color contains mainly: green. Hex color #145D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145D10 is #EBA2EF. Grayscale: #3E3E3E. Windows color (decimal): -15442672 or 1072404. OLE color: 1072404.

HSL color Cylindrical-coordinate representation of color #145D10: hue angle of 116.88º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145D10 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB209316-
CMYK0.7800.830.64
HSL116.88º70.64%21.37%-
HSV(B)116.88º82.8%36.47%-
XYZ4.38.011.81-
YUV62.39101.8297.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 93 (36.72% from 255) = 72.09%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=15.50%
G=72.09%
B=12.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2093160.7800.830.64116.8870.6421.37
Hex145D104E05340754715
Octal2413520116012310016510725
Binary1010010111011000010011100101001110000001110101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145D10; }

 p { color: rgb(20,93,16); }

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

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

 a { background-color: rgb(20,93,16); }

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

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

 span { border-color: rgb(20,93,16); }

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