#144709

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

Shades of Myrtle #144709

Tints of Myrtle #144709

Color information

#144709 (or 0x144709) is unknown color: approx Myrtle. HEX triplet: 14, 47 and 09. RGB value is (20,71,9). Sum of RGB (Red+Green+Blue) = 20+71+9=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 71 (28.12% from 255 or 71% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 71 - color contains mainly: green. Hex color #144709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144709 is #EBB8F6. Grayscale: #303030. Windows color (decimal): -15448311 or 608020. OLE color: 608020.

HSL color Cylindrical-coordinate representation of color #144709: hue angle of 109.35º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144709 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB20719-
CMYK0.7200.870.72
HSL109.35º77.5%15.69%-
HSV(B)109.35º87.32%27.84%-
XYZ2.594.671.02-
YUV48.68105.6107.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20%
GREEN value IS 71 (28.12% from 255) = 71%
BLUE value IS 9 (3.91% from 255) = 9%
R=20%
G=71%
B=9%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal207190.7200.870.72109.3577.515.69
Hex1447948057486d4e10
Octal2410711110012711015511620
Binary101001000111100110010000101011110010001101101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144709; }

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

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

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

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

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

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

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

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