#145812

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

Shades of Myrtle #145812

Tints of Myrtle #145812

Color information

#145812 (or 0x145812) is unknown color: approx Myrtle. HEX triplet: 14, 58 and 12. RGB value is (20,88,18). Sum of RGB (Red+Green+Blue) = 20+88+18=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 88 (34.77% from 255 or 69.84% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 88 - color contains mainly: green. Hex color #145812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145812 is #EBA7ED. Grayscale: #3B3B3B. Windows color (decimal): -15443950 or 1202196. OLE color: 1202196.

HSL color Cylindrical-coordinate representation of color #145812: hue angle of 118.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145812 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB208818-
CMYK0.7700.800.65
HSL118.29º66.04%20.78%-
HSV(B)118.29º79.55%34.51%-
XYZ3.897.171.75-
YUV59.69104.4799.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 88 (34.77% from 255) = 69.84%
BLUE value IS 18 (7.42% from 255) = 14.29%
R=15.87%
G=69.84%
B=14.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2088180.7700.800.65118.2966.0420.78
Hex1458124D05041764215
Octal2413022115012010116610225
Binary1010010110001001010011010101000010000011110110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145812; }

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

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

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

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

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

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

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

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