#142814

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

Shades of Myrtle #142814

Tints of Myrtle #142814

Color information

#142814 (or 0x142814) is unknown color: approx Myrtle. HEX triplet: 14, 28 and 14. RGB value is (20,40,20). Sum of RGB (Red+Green+Blue) = 20+40+20=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #142814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142814 is #EBD7EB. Grayscale: #1F1F1F. Windows color (decimal): -15456236 or 1320980. OLE color: 1320980.

HSL color Cylindrical-coordinate representation of color #142814: hue angle of 120º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #142814 is Cyan = 0.5, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.84.

Color convert

RGB204020-
CMYK0.500.50.84
HSL120º33.33%11.76%-
HSV(B)120º50%15.69%-
XYZ1.171.720.93-
YUV31.74121.37119.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25%
GREEN value IS 40 (16.02% from 255) = 50%
BLUE value IS 20 (8.20% from 255) = 25%
R=25%
G=50%
B=25%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2040200.500.50.8412033.3311.76
Hex14281432032547821c
Octal245024620621241704114
Binary10100101000101001100100110010101010011110001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142814; }

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

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

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

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

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

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

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

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