#143918

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

Shades of Myrtle #143918

Tints of Myrtle #143918

Color information

#143918 (or 0x143918) is unknown color: approx Myrtle. HEX triplet: 14, 39 and 18. RGB value is (20,57,24). Sum of RGB (Red+Green+Blue) = 20+57+24=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #143918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143918 is #EBC6E7. Grayscale: #2A2A2A. Windows color (decimal): -15451880 or 1587476. OLE color: 1587476.

HSL color Cylindrical-coordinate representation of color #143918: hue angle of 126.49º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #143918 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB205724-
CMYK0.6500.580.78
HSL126.49º48.05%15.1%-
HSV(B)126.49º64.91%22.35%-
XYZ1.923.141.37-
YUV42.17117.74112.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 57 (22.66% from 255) = 56.44%
BLUE value IS 24 (9.77% from 255) = 23.76%
R=19.80%
G=56.44%
B=23.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2057240.6500.580.78126.4948.0515.1
Hex1439184103A4E7e30f
Octal2471301010721161766017
Binary101001110011100010000010111010100111011111101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143918; }

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

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

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

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

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

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

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

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