#143012

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

Shades of Myrtle #143012

Tints of Myrtle #143012

Color information

#143012 (or 0x143012) is unknown color: approx Myrtle. HEX triplet: 14, 30 and 12. RGB value is (20,48,18). Sum of RGB (Red+Green+Blue) = 20+48+18=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #143012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143012 is #EBCFED. Grayscale: #242424. Windows color (decimal): -15454190 or 1191956. OLE color: 1191956.

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

Color convert

RGB204818-
CMYK0.5800.630.81
HSL116º45.45%12.94%-
HSV(B)116º62.5%18.82%-
XYZ1.452.310.94-
YUV36.21117.72116.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.26%
GREEN value IS 48 (19.14% from 255) = 55.81%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=23.26%
G=55.81%
B=20.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2048180.5800.630.8111645.4512.94
Hex1430123A03F51742dd
Octal246022720771211645515
Binary10100110000100101110100111111101000111101001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143012; }

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

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

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

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

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

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

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

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