#144015

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

Shades of Myrtle #144015

Tints of Myrtle #144015

Color information

#144015 (or 0x144015) is unknown color: approx Myrtle. HEX triplet: 14, 40 and 15. RGB value is (20,64,21). Sum of RGB (Red+Green+Blue) = 20+64+21=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #144015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144015 is #EBBFEA. Grayscale: #2E2E2E. Windows color (decimal): -15450091 or 1392660. OLE color: 1392660.

HSL color Cylindrical-coordinate representation of color #144015: hue angle of 121.36º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144015 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB206421-
CMYK0.6900.670.75
HSL121.36º52.38%16.47%-
HSV(B)121.36º68.75%25.1%-
XYZ2.263.871.34-
YUV45.94113.92109.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 64 (25.39% from 255) = 60.95%
BLUE value IS 21 (8.59% from 255) = 20%
R=19.05%
G=60.95%
B=20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2064210.6900.670.75121.3652.3816.47
Hex144015450434B793410
Octal241002510501031131716420
Binary101001000000101011000101010000111001011111100111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144015; }

 p { color: rgb(20,64,21); }

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

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

 a { background-color: rgb(20,64,21); }

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

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

 span { border-color: rgb(20,64,21); }

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