#142714

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

Shades of Myrtle #142714

Tints of Myrtle #142714

Color information

#142714 (or 0x142714) is unknown color: approx Myrtle. HEX triplet: 14, 27 and 14. RGB value is (20,39,20). Sum of RGB (Red+Green+Blue) = 20+39+20=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 39 (15.62% from 255 or 49.37% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 39 - color contains mainly: green. Hex color #142714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142714 is #EBD8EB. Grayscale: #1F1F1F. Windows color (decimal): -15456492 or 1320724. OLE color: 1320724.

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

Color convert

RGB203920-
CMYK0.4900.490.85
HSL120º32.2%11.57%-
HSV(B)120º48.72%15.29%-
XYZ1.141.650.92-
YUV31.15121.71120.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.32%
GREEN value IS 39 (15.62% from 255) = 49.37%
BLUE value IS 20 (8.20% from 255) = 25.32%
R=25.32%
G=49.37%
B=25.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2039200.4900.490.8512032.211.57
Hex14271431031557820c
Octal244724610611251704014
Binary10100100111101001100010110001101010111110001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142714; }

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

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

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

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

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

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

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

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