#145012

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

Shades of Myrtle #145012

Tints of Myrtle #145012

Color information

#145012 (or 0x145012) is unknown color: approx Myrtle. HEX triplet: 14, 50 and 12. RGB value is (20,80,18). Sum of RGB (Red+Green+Blue) = 20+80+18=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #145012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145012 is #EBAFED. Grayscale: #373737. Windows color (decimal): -15445998 or 1200148. OLE color: 1200148.

HSL color Cylindrical-coordinate representation of color #145012: hue angle of 118.06º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145012 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB208018-
CMYK0.7500.780.69
HSL118.06º63.27%19.22%-
HSV(B)118.06º77.5%31.37%-
XYZ3.275.931.54-
YUV54.99107.12103.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 80 (31.64% from 255) = 67.80%
BLUE value IS 18 (7.42% from 255) = 15.25%
R=16.95%
G=67.80%
B=15.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2080180.7500.780.69118.0663.2719.22
Hex1450124B04E45763f13
Octal241202211301161051667723
Binary101001010000100101001011010011101000101111011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145012; }

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

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

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

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

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

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

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

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