#143514

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

Shades of Myrtle #143514

Tints of Myrtle #143514

Color information

#143514 (or 0x143514) is unknown color: approx Myrtle. HEX triplet: 14, 35 and 14. RGB value is (20,53,20). Sum of RGB (Red+Green+Blue) = 20+53+20=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 53 (21.09% from 255 or 56.99% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 53 - color contains mainly: green. Hex color #143514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143514 is #EBCAEB. Grayscale: #272727. Windows color (decimal): -15452908 or 1324308. OLE color: 1324308.

HSL color Cylindrical-coordinate representation of color #143514: hue angle of 120º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143514 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB205320-
CMYK0.6200.620.79
HSL120º45.21%14.31%-
HSV(B)120º62.26%20.78%-
XYZ1.692.751.1-
YUV39.37117.07114.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 53 (21.09% from 255) = 56.99%
BLUE value IS 20 (8.20% from 255) = 21.51%
R=21.51%
G=56.99%
B=21.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2053200.6200.620.7912045.2114.31
Hex1435143E03E4F782de
Octal246524760761171705516
Binary10100110101101001111100111110100111111110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143514; }

 p { color: rgb(20,53,20); }

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

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

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

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

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

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

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