#145009

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

Shades of Myrtle #145009

Tints of Myrtle #145009

Color information

#145009 (or 0x145009) is unknown color: approx Myrtle. HEX triplet: 14, 50 and 09. RGB value is (20,80,9). Sum of RGB (Red+Green+Blue) = 20+80+9=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 80 (31.64% from 255 or 73.39% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 80 - color contains mainly: green. Hex color #145009 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145009 is #EBAFF6. Grayscale: #363636. Windows color (decimal): -15446007 or 610324. OLE color: 610324.

HSL color Cylindrical-coordinate representation of color #145009: hue angle of 110.7º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145009 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB20809-
CMYK0.7500.890.69
HSL110.7º79.78%17.45%-
HSV(B)110.7º88.75%31.37%-
XYZ3.215.911.23-
YUV53.97102.62103.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 80 (31.64% from 255) = 73.39%
BLUE value IS 9 (3.91% from 255) = 8.26%
R=18.35%
G=73.39%
B=8.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal208090.7500.890.69110.779.7817.45
Hex145094B059456f5011
Octal2412011113013110515712021
Binary101001010000100110010110101100110001011101111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145009; }

 p { color: rgb(20,80,9); }

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

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

 a { background-color: rgb(20,80,9); }

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

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

 span { border-color: rgb(20,80,9); }

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