#145215

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

Shades of Myrtle #145215

Tints of Myrtle #145215

Color information

#145215 (or 0x145215) is unknown color: approx Myrtle. HEX triplet: 14, 52 and 15. RGB value is (20,82,21). Sum of RGB (Red+Green+Blue) = 20+82+21=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 82 (32.42% from 255 or 66.67% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 82 - color contains mainly: green. Hex color #145215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145215 is #EBADEA. Grayscale: #383838. Windows color (decimal): -15445483 or 1397268. OLE color: 1397268.

HSL color Cylindrical-coordinate representation of color #145215: hue angle of 120.97º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145215 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB208221-
CMYK0.7600.740.68
HSL120.97º60.78%20%-
HSV(B)120.97º75.61%32.16%-
XYZ3.446.241.73-
YUV56.51107.96101.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 82 (32.42% from 255) = 66.67%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=16.26%
G=66.67%
B=17.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2082210.7600.740.68120.9760.7820
Hex1452154C04A44793d14
Octal241222511401121041717524
Binary101001010010101011001100010010101000100111100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145215; }

 p { color: rgb(20,82,21); }

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

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

 a { background-color: rgb(20,82,21); }

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

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

 span { border-color: rgb(20,82,21); }

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