#145311

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

Shades of Myrtle #145311

Tints of Myrtle #145311

Color information

#145311 (or 0x145311) is unknown color: approx Myrtle. HEX triplet: 14, 53 and 11. RGB value is (20,83,17). Sum of RGB (Red+Green+Blue) = 20+83+17=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #145311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145311 is #EBACEE. Grayscale: #383838. Windows color (decimal): -15445231 or 1135380. OLE color: 1135380.

HSL color Cylindrical-coordinate representation of color #145311: hue angle of 117.27º degrees, saturation: 0.66, 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 #145311 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB208317-
CMYK0.7600.800.67
HSL117.27º66%19.61%-
HSV(B)117.27º79.52%32.55%-
XYZ3.486.381.58-
YUV56.64105.63101.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 83 (32.81% from 255) = 69.17%
BLUE value IS 17 (7.03% from 255) = 14.17%
R=16.67%
G=69.17%
B=14.17%

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
Decimal2083170.7600.800.67117.276619.61
Hex1453114C05043754214
Octal2412321114012010316510224
Binary1010010100111000110011000101000010000111110101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145311; }

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

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

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

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

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

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

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

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