#145512

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

Shades of Myrtle #145512

Tints of Myrtle #145512

Color information

#145512 (or 0x145512) is unknown color: approx Myrtle. HEX triplet: 14, 55 and 12. RGB value is (20,85,18). Sum of RGB (Red+Green+Blue) = 20+85+18=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #145512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145512 is #EBAAED. Grayscale: #3A3A3A. Windows color (decimal): -15444718 or 1201428. OLE color: 1201428.

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

Color convert

RGB208518-
CMYK0.7600.790.67
HSL118.21º65.05%20.2%-
HSV(B)118.21º78.82%33.33%-
XYZ3.656.691.67-
YUV57.93105.47100.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 85 (33.59% from 255) = 69.11%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=16.26%
G=69.11%
B=14.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085180.7600.790.67118.2165.0520.2
Hex1455124C04F43764114
Octal2412522114011710316610124
Binary1010010101011001010011000100111110000111110110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145512; }

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

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

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

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

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

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

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

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