#142912

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

Shades of Myrtle #142912

Tints of Myrtle #142912

Color information

#142912 (or 0x142912) is unknown color: approx Myrtle. HEX triplet: 14, 29 and 12. RGB value is (20,41,18). Sum of RGB (Red+Green+Blue) = 20+41+18=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 41 (16.41% from 255 or 51.90% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 41 - color contains mainly: green. Hex color #142912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142912 is #EBD6ED. Grayscale: #202020. Windows color (decimal): -15455982 or 1190164. OLE color: 1190164.

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

Color convert

RGB204118-
CMYK0.5100.560.84
HSL114.78º38.98%11.57%-
HSV(B)114.78º56.1%16.08%-
XYZ1.191.780.85-
YUV32.1120.04119.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.32%
GREEN value IS 41 (16.41% from 255) = 51.90%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=25.32%
G=51.90%
B=22.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2041180.5100.560.84114.7838.9811.57
Hex14291233038547327c
Octal245122630701241634714
Binary10100101001100101100110111000101010011100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142912; }

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

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

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

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

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

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

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

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