#144702

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

Shades of Myrtle #144702

Tints of Myrtle #144702

Color information

#144702 (or 0x144702) is unknown color: approx Myrtle. HEX triplet: 14, 47 and 02. RGB value is (20,71,2). Sum of RGB (Red+Green+Blue) = 20+71+2=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #144702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144702 is #EBB8FD. Grayscale: #303030. Windows color (decimal): -15448318 or 149268. OLE color: 149268.

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

Color convert

RGB20712-
CMYK0.7200.970.72
HSL104.35º94.52%14.31%-
HSV(B)104.35º97.18%27.84%-
XYZ2.554.660.82-
YUV47.88102.1108.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 71 (28.12% from 255) = 76.34%
BLUE value IS 2 (1.17% from 255) = 2.15%
R=21.51%
G=76.34%
B=2.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal207120.7200.970.72104.3594.5214.31
Hex144724806148685fe
Octal241072110014111015013716
Binary101001000111101001000011000011001000110100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144702; }

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

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

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

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

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

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

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

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