#145619

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

Shades of Myrtle #145619

Tints of Myrtle #145619

Color information

#145619 (or 0x145619) is unknown color: approx Myrtle. HEX triplet: 14, 56 and 19. RGB value is (20,86,25). Sum of RGB (Red+Green+Blue) = 20+86+25=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 86 (33.98% from 255 or 65.65% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 86 - color contains mainly: green. Hex color #145619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145619 is #EBA9E6. Grayscale: #3B3B3B. Windows color (decimal): -15444455 or 1660436. OLE color: 1660436.

HSL color Cylindrical-coordinate representation of color #145619: hue angle of 124.55º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145619 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB208625-
CMYK0.7700.710.66
HSL124.55º62.26%20.78%-
HSV(B)124.55º76.74%33.73%-
XYZ3.796.872.05-
YUV59.31108.6399.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 86 (33.98% from 255) = 65.65%
BLUE value IS 25 (10.16% from 255) = 19.08%
R=15.27%
G=65.65%
B=19.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2086250.7700.710.66124.5562.2620.78
Hex1456194D047427d3e15
Octal241263111501071021757625
Binary101001010110110011001101010001111000010111110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145619; }

 p { color: rgb(20,86,25); }

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

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

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

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

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

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

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