#145511

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

Shades of Myrtle #145511

Tints of Myrtle #145511

Color information

#145511 (or 0x145511) is unknown color: approx Myrtle. HEX triplet: 14, 55 and 11. RGB value is (20,85,17). Sum of RGB (Red+Green+Blue) = 20+85+17=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 85 (33.59% from 255 or 69.67% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 85 - color contains mainly: green. Hex color #145511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145511 is #EBAAEE. Grayscale: #3A3A3A. Windows color (decimal): -15444719 or 1135892. OLE color: 1135892.

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

Color convert

RGB208517-
CMYK0.7600.800.67
HSL117.35º66.67%20%-
HSV(B)117.35º80%33.33%-
XYZ3.646.691.63-
YUV57.81104.97101.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.39%
GREEN value IS 85 (33.59% from 255) = 69.67%
BLUE value IS 17 (7.03% from 255) = 13.93%
R=16.39%
G=69.67%
B=13.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085170.7600.800.67117.3566.6720
Hex1455114C05043754314
Octal2412521114012010316510324
Binary1010010101011000110011000101000010000111110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145511; }

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

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

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

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

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

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

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

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