#145F13

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

Shades of Myrtle #145F13

Tints of Myrtle #145F13

Color information

#145F13 (or 0x145F13) is unknown color: approx Myrtle. HEX triplet: 14, 5F and 13. RGB value is (20,95,19). Sum of RGB (Red+Green+Blue) = 20+95+19=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 95 (37.5% from 255 or 70.90% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 95 - color contains mainly: green. Hex color #145F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145F13 is #EBA0EC. Grayscale: #404040. Windows color (decimal): -15442157 or 1269524. OLE color: 1269524.

HSL color Cylindrical-coordinate representation of color #145F13: hue angle of 119.21º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145F13 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB209519-
CMYK0.7900.800.63
HSL119.21º66.67%22.35%-
HSV(B)119.21º80%37.25%-
XYZ4.58.382-
YUV63.91102.6596.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 95 (37.5% from 255) = 70.90%
BLUE value IS 19 (7.81% from 255) = 14.18%
R=14.93%
G=70.90%
B=14.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2095190.7900.800.63119.2166.6722.35
Hex145F134F0503F774316
Octal241372311701207716710326
Binary101001011111100111001111010100001111111110111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,95,19); }

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

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

 a { background-color: rgb(20,95,19); }

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

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

 span { border-color: rgb(20,95,19); }

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