#142612

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

Shades of Myrtle #142612

Tints of Myrtle #142612

Color information

#142612 (or 0x142612) is unknown color: approx Myrtle. HEX triplet: 14, 26 and 12. RGB value is (20,38,18). Sum of RGB (Red+Green+Blue) = 20+38+18=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #142612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142612 is #EBD9ED. Grayscale: #1E1E1E. Windows color (decimal): -15456750 or 1189396. OLE color: 1189396.

HSL color Cylindrical-coordinate representation of color #142612: hue angle of 114º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #142612 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB203818-
CMYK0.4700.530.85
HSL114º35.71%10.98%-
HSV(B)114º52.63%14.9%-
XYZ1.091.580.82-
YUV30.34121.04120.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 38 (15.23% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=26.32%
G=50%
B=23.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2038180.4700.530.8511435.7110.98
Hex1426122F035557224b
Octal244622570651251624413
Binary10100100110100101011110110101101010111100101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142612; }

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

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

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

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

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

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

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

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