#144710

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

Shades of Myrtle #144710

Tints of Myrtle #144710

Color information

#144710 (or 0x144710) is unknown color: approx Myrtle. HEX triplet: 14, 47 and 10. RGB value is (20,71,16). Sum of RGB (Red+Green+Blue) = 20+71+16=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 71 (28.12% from 255 or 66.36% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 71 - color contains mainly: green. Hex color #144710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144710 is #EBB8EF. Grayscale: #313131. Windows color (decimal): -15448304 or 1066772. OLE color: 1066772.

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

Color convert

RGB207116-
CMYK0.7200.770.72
HSL115.64º63.22%17.06%-
HSV(B)115.64º77.46%27.84%-
XYZ2.644.691.26-
YUV49.48109.1106.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.69%
GREEN value IS 71 (28.12% from 255) = 66.36%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=18.69%
G=66.36%
B=14.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071160.7200.770.72115.6463.2217.06
Hex1447104804D48743f11
Octal241072011001151101647721
Binary101001000111100001001000010011011001000111010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144710; }

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

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

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

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

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

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

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

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