#145717

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

Shades of Myrtle #145717

Tints of Myrtle #145717

Color information

#145717 (or 0x145717) is unknown color: approx Myrtle. HEX triplet: 14, 57 and 17. RGB value is (20,87,23). Sum of RGB (Red+Green+Blue) = 20+87+23=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 87 (34.38% from 255 or 66.92% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 87 - color contains mainly: green. Hex color #145717 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145717 is #EBA8E8. Grayscale: #3B3B3B. Windows color (decimal): -15444201 or 1529620. OLE color: 1529620.

HSL color Cylindrical-coordinate representation of color #145717: hue angle of 122.69º degrees, saturation: 0.63, 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 #145717 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB208723-
CMYK0.7700.740.66
HSL122.69º62.62%20.98%-
HSV(B)122.69º77.01%34.12%-
XYZ3.857.031.96-
YUV59.67107.399.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 87 (34.38% from 255) = 66.92%
BLUE value IS 23 (9.38% from 255) = 17.69%
R=15.38%
G=66.92%
B=17.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2087230.7700.740.66122.6962.6220.98
Hex1457174D04A427b3f15
Octal241272711501121021737725
Binary101001010111101111001101010010101000010111101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145717; }

 p { color: rgb(20,87,23); }

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

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

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

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

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

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

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