#143614

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

Shades of Myrtle #143614

Tints of Myrtle #143614

Color information

#143614 (or 0x143614) is unknown color: approx Myrtle. HEX triplet: 14, 36 and 14. RGB value is (20,54,20). Sum of RGB (Red+Green+Blue) = 20+54+20=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 54 (21.48% from 255 or 57.45% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 54 - color contains mainly: green. Hex color #143614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143614 is #EBC9EB. Grayscale: #282828. Windows color (decimal): -15452652 or 1324564. OLE color: 1324564.

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

Color convert

RGB205420-
CMYK0.6300.630.79
HSL120º45.95%14.51%-
HSV(B)120º62.96%21.18%-
XYZ1.732.841.12-
YUV39.96116.74113.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 54 (21.48% from 255) = 57.45%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=21.28%
G=57.45%
B=21.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2054200.6300.630.7912045.9514.51
Hex1436143F03F4F782ef
Octal246624770771171705617
Binary10100110110101001111110111111100111111110001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143614; }

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

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

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

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

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

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

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

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