#144117

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

Shades of Myrtle #144117

Tints of Myrtle #144117

Color information

#144117 (or 0x144117) is unknown color: approx Myrtle. HEX triplet: 14, 41 and 17. RGB value is (20,65,23). Sum of RGB (Red+Green+Blue) = 20+65+23=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #144117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144117 is #EBBEE8. Grayscale: #2E2E2E. Windows color (decimal): -15449833 or 1523988. OLE color: 1523988.

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

Color convert

RGB206523-
CMYK0.6900.650.75
HSL124º52.94%16.67%-
HSV(B)124º69.23%25.49%-
XYZ2.333.991.46-
YUV46.76114.59108.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 65 (25.78% from 255) = 60.19%
BLUE value IS 23 (9.38% from 255) = 21.30%
R=18.52%
G=60.19%
B=21.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2065230.6900.650.7512452.9416.67
Hex144117450414B7c3511
Octal241012710501011131746521
Binary101001000001101111000101010000011001011111110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144117; }

 p { color: rgb(20,65,23); }

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

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

 a { background-color: rgb(20,65,23); }

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

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

 span { border-color: rgb(20,65,23); }

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