#144703

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

Shades of Myrtle #144703

Tints of Myrtle #144703

Color information

#144703 (or 0x144703) is unknown color: approx Myrtle. HEX triplet: 14, 47 and 03. RGB value is (20,71,3). Sum of RGB (Red+Green+Blue) = 20+71+3=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 71 (28.12% from 255 or 75.53% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 71 - color contains mainly: green. Hex color #144703 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144703 is #EBB8FC. Grayscale: #303030. Windows color (decimal): -15448317 or 214804. OLE color: 214804.

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

Color convert

RGB20713-
CMYK0.7200.960.72
HSL105º91.89%14.51%-
HSV(B)105º95.77%27.84%-
XYZ2.564.660.85-
YUV48102.6108.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 71 (28.12% from 255) = 75.53%
BLUE value IS 3 (1.56% from 255) = 3.19%
R=21.28%
G=75.53%
B=3.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal207130.7200.960.7210591.8914.51
Hex144734806048695cf
Octal241073110014011015113417
Binary101001000111111001000011000001001000110100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144703; }

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

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

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

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

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

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

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

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