#145514

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

Shades of Myrtle #145514

Tints of Myrtle #145514

Color information

#145514 (or 0x145514) is unknown color: approx Myrtle. HEX triplet: 14, 55 and 14. RGB value is (20,85,20). Sum of RGB (Red+Green+Blue) = 20+85+20=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 85 (33.59% from 255 or 68% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 85 - color contains mainly: green. Hex color #145514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145514 is #EBAAEB. Grayscale: #3A3A3A. Windows color (decimal): -15444716 or 1332500. OLE color: 1332500.

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

Color convert

RGB208520-
CMYK0.7600.760.67
HSL120º61.9%20.59%-
HSV(B)120º76.47%33.33%-
XYZ3.666.71.76-
YUV58.15106.47100.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 85 (33.59% from 255) = 68%
BLUE value IS 20 (8.20% from 255) = 16%
R=16%
G=68%
B=16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085200.7600.760.6712061.920.59
Hex1455144C04C43783e15
Octal241252411401141031707625
Binary101001010101101001001100010011001000011111100011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145514; }

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

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

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

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

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

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

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

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