#145D13

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

Shades of Myrtle #145D13

Tints of Myrtle #145D13

Color information

#145D13 (or 0x145D13) is unknown color: approx Myrtle. HEX triplet: 14, 5D and 13. RGB value is (20,93,19). Sum of RGB (Red+Green+Blue) = 20+93+19=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 93 (36.72% from 255 or 70.45% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 93 - color contains mainly: green. Hex color #145D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145D13 is #EBA2EC. Grayscale: #3E3E3E. Windows color (decimal): -15442669 or 1269012. OLE color: 1269012.

HSL color Cylindrical-coordinate representation of color #145D13: hue angle of 119.19º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145D13 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB209319-
CMYK0.7800.800.64
HSL119.19º66.07%21.96%-
HSV(B)119.19º79.57%36.47%-
XYZ4.328.021.94-
YUV62.74103.3297.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 93 (36.72% from 255) = 70.45%
BLUE value IS 19 (7.81% from 255) = 14.39%
R=15.15%
G=70.45%
B=14.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2093190.7800.800.64119.1966.0721.96
Hex145D134E05040774216
Octal2413523116012010016710226
Binary1010010111011001110011100101000010000001110111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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