#143E18

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

Shades of Myrtle #143E18

Tints of Myrtle #143E18

Color information

#143E18 (or 0x143E18) is unknown color: approx Myrtle. HEX triplet: 14, 3E and 18. RGB value is (20,62,24). Sum of RGB (Red+Green+Blue) = 20+62+24=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 62 (24.61% from 255 or 58.49% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 62 - color contains mainly: green. Hex color #143E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143E18 is #EBC1E7. Grayscale: #2D2D2D. Windows color (decimal): -15450600 or 1588756. OLE color: 1588756.

HSL color Cylindrical-coordinate representation of color #143E18: hue angle of 125.71º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #143E18 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB206224-
CMYK0.6800.610.76
HSL125.71º51.22%16.08%-
HSV(B)125.71º67.74%24.31%-
XYZ2.183.661.46-
YUV45.11116.09110.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 62 (24.61% from 255) = 58.49%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=18.87%
G=58.49%
B=22.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2062240.6800.610.76125.7151.2216.08
Hex143E184403D4C7e3310
Octal2476301040751141766320
Binary1010011111011000100010001111011001100111111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143E18; }

 p { color: rgb(20,62,24); }

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

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

 a { background-color: rgb(20,62,24); }

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

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

 span { border-color: rgb(20,62,24); }

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