#144a07

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

Shades of Myrtle #144A07

Tints of Myrtle #144A07

Color information

#144A07 (or 0x144A07) is unknown color: approx Myrtle. HEX triplet: 14, 4A and 07. RGB value is (20,74,7). Sum of RGB (Red+Green+Blue) = 20+74+7=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 74 (29.30% from 255 or 73.27% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 74 - color contains mainly: green. Hex color #144A07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144A07 is #EBB5F8. Grayscale: #323232. Windows color (decimal): -15447545 or 477716. OLE color: 477716.

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

Color convert

RGB20747-
CMYK0.7300.910.71
HSL108.36º82.72%15.88%-
HSV(B)108.36º90.54%29.02%-
XYZ2.785.061.03-
YUV50.22103.61106.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 74 (29.30% from 255) = 73.27%
BLUE value IS 7 (3.12% from 255) = 6.93%
R=19.80%
G=73.27%
B=6.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal207470.7300.910.71108.3682.7215.88
Hex144A74905B476c5310
Octal241127111013310715412320
Binary10100100101011110010010101101110001111101100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144a07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,74,7); }

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

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

 a { background-color: rgb(20,74,7); }

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

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

 span { border-color: rgb(20,74,7); }

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