#145213

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

Shades of Myrtle #145213

Tints of Myrtle #145213

Color information

#145213 (or 0x145213) is unknown color: approx Myrtle. HEX triplet: 14, 52 and 13. RGB value is (20,82,19). Sum of RGB (Red+Green+Blue) = 20+82+19=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 82 (32.42% from 255 or 67.77% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 82 - color contains mainly: green. Hex color #145213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145213 is #EBADEC. Grayscale: #383838. Windows color (decimal): -15445485 or 1266196. OLE color: 1266196.

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

Color convert

RGB208219-
CMYK0.7600.770.68
HSL119.05º62.38%19.8%-
HSV(B)119.05º76.83%32.16%-
XYZ3.426.231.64-
YUV56.28106.96102.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 82 (32.42% from 255) = 67.77%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=16.53%
G=67.77%
B=15.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2082190.7600.770.68119.0562.3819.8
Hex1452134C04D44773e14
Octal241222311401151041677624
Binary101001010010100111001100010011011000100111011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145213; }

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

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

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

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

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

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

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

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