#145214

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

Shades of Myrtle #145214

Tints of Myrtle #145214

Color information

#145214 (or 0x145214) is unknown color: approx Myrtle. HEX triplet: 14, 52 and 14. RGB value is (20,82,20). Sum of RGB (Red+Green+Blue) = 20+82+20=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 82 (32.42% from 255 or 67.21% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 82 - color contains mainly: green. Hex color #145214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145214 is #EBADEB. Grayscale: #383838. Windows color (decimal): -15445484 or 1331732. OLE color: 1331732.

HSL color Cylindrical-coordinate representation of color #145214: hue angle of 120º 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 #145214 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB208220-
CMYK0.7600.760.68
HSL120º60.78%20%-
HSV(B)120º75.61%32.16%-
XYZ3.436.231.68-
YUV56.39107.46102.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.39%
GREEN value IS 82 (32.42% from 255) = 67.21%
BLUE value IS 20 (8.20% from 255) = 16.39%
R=16.39%
G=67.21%
B=16.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2082200.7600.760.6812060.7820
Hex1452144C04C44783d14
Octal241222411401141041707524
Binary101001010010101001001100010011001000100111100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145214; }

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

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

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

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

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

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

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

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