#146009

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

Shades of Myrtle #146009

Tints of Myrtle #146009

Color information

#146009 (or 0x146009) is unknown color: approx Myrtle. HEX triplet: 14, 60 and 09. RGB value is (20,96,9). Sum of RGB (Red+Green+Blue) = 20+96+9=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 96 (37.89% from 255 or 76.8% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 96 - color contains mainly: green. Hex color #146009 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146009 is #EB9FF6. Grayscale: #3F3F3F. Windows color (decimal): -15441911 or 614420. OLE color: 614420.

HSL color Cylindrical-coordinate representation of color #146009: hue angle of 112.41º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146009 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB20969-
CMYK0.7900.910.62
HSL112.41º82.86%20.59%-
HSV(B)112.41º90.62%37.65%-
XYZ4.528.531.67-
YUV63.3697.3297.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 96 (37.89% from 255) = 76.8%
BLUE value IS 9 (3.91% from 255) = 7.2%
R=16%
G=76.8%
B=7.2%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal209690.7900.910.62112.4182.8620.59
Hex146094F05B3E705315
Octal241401111701337616012325
Binary10100110000010011001111010110111111101110000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146009; }

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

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

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

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

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

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

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

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