#143015

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

Shades of Myrtle #143015

Tints of Myrtle #143015

Color information

#143015 (or 0x143015) is unknown color: approx Myrtle. HEX triplet: 14, 30 and 15. RGB value is (20,48,21). Sum of RGB (Red+Green+Blue) = 20+48+21=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #143015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143015 is #EBCFEA. Grayscale: #242424. Windows color (decimal): -15454187 or 1388564. OLE color: 1388564.

HSL color Cylindrical-coordinate representation of color #143015: hue angle of 122.14º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #143015 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB204821-
CMYK0.5800.560.81
HSL122.14º41.18%13.33%-
HSV(B)122.14º58.33%18.82%-
XYZ1.482.321.08-
YUV36.55119.22116.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 48 (19.14% from 255) = 53.93%
BLUE value IS 21 (8.59% from 255) = 23.60%
R=22.47%
G=53.93%
B=23.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2048210.5800.560.81122.1441.1813.33
Hex1430153A038517a29d
Octal246025720701211725115
Binary10100110000101011110100111000101000111110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143015; }

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

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

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

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

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

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

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

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