#144B09

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

Shades of Myrtle #144B09

Tints of Myrtle #144B09

Color information

#144B09 (or 0x144B09) is unknown color: approx Myrtle. HEX triplet: 14, 4B and 09. RGB value is (20,75,9). Sum of RGB (Red+Green+Blue) = 20+75+9=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 75 (29.69% from 255 or 72.12% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 75 - color contains mainly: green. Hex color #144B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144B09 is #EBB4F6. Grayscale: #333333. Windows color (decimal): -15447287 or 609044. OLE color: 609044.

HSL color Cylindrical-coordinate representation of color #144B09: hue angle of 110º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #144B09 is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB20759-
CMYK0.7300.880.71
HSL110º78.57%16.47%-
HSV(B)110º88%29.41%-
XYZ2.855.21.11-
YUV51.03104.28105.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 75 (29.69% from 255) = 72.12%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=19.23%
G=72.12%
B=8.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal207590.7300.880.7111078.5716.47
Hex144B949058476e4f10
Octal2411311111013010715611720
Binary101001001011100110010010101100010001111101110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144B09; }

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

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

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

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

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

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

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

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