#143B18

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

Shades of Myrtle #143B18

Tints of Myrtle #143B18

Color information

#143B18 (or 0x143B18) is unknown color: approx Myrtle. HEX triplet: 14, 3B and 18. RGB value is (20,59,24). Sum of RGB (Red+Green+Blue) = 20+59+24=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 59 (23.44% from 255 or 57.28% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 59 - color contains mainly: green. Hex color #143B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143B18 is #EBC4E7. Grayscale: #2B2B2B. Windows color (decimal): -15451368 or 1587988. OLE color: 1587988.

HSL color Cylindrical-coordinate representation of color #143B18: hue angle of 126.15º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143B18 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB205924-
CMYK0.6600.590.77
HSL126.15º49.37%15.49%-
HSV(B)126.15º66.1%23.14%-
XYZ2.023.341.4-
YUV43.35117.08111.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.42%
GREEN value IS 59 (23.44% from 255) = 57.28%
BLUE value IS 24 (9.77% from 255) = 23.30%
R=19.42%
G=57.28%
B=23.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2059240.6600.590.77126.1549.3715.49
Hex143B184203B4D7e31f
Octal2473301020731151766117
Binary101001110111100010000100111011100110111111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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