#143915

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

Shades of Myrtle #143915

Tints of Myrtle #143915

Color information

#143915 (or 0x143915) is unknown color: approx Myrtle. HEX triplet: 14, 39 and 15. RGB value is (20,57,21). Sum of RGB (Red+Green+Blue) = 20+57+21=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 57 (22.66% from 255 or 58.16% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 57 - color contains mainly: green. Hex color #143915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143915 is #EBC6EA. Grayscale: #292929. Windows color (decimal): -15451883 or 1390868. OLE color: 1390868.

HSL color Cylindrical-coordinate representation of color #143915: hue angle of 121.62º 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 #143915 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB205721-
CMYK0.6500.630.78
HSL121.62º48.05%15.1%-
HSV(B)121.62º64.91%22.35%-
XYZ1.893.131.21-
YUV41.83116.24112.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 57 (22.66% from 255) = 58.16%
BLUE value IS 21 (8.59% from 255) = 21.43%
R=20.41%
G=58.16%
B=21.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2057210.6500.630.78121.6248.0515.1
Hex1439154103F4E7a30f
Octal2471251010771161726017
Binary101001110011010110000010111111100111011110101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143915; }

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

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

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

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

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

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

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

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