#145008

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

Shades of Myrtle #145008

Tints of Myrtle #145008

Color information

#145008 (or 0x145008) is unknown color: approx Myrtle. HEX triplet: 14, 50 and 08. RGB value is (20,80,8). Sum of RGB (Red+Green+Blue) = 20+80+8=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 80 (31.64% from 255 or 74.07% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 80 - color contains mainly: green. Hex color #145008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145008 is #EBAFF7. Grayscale: #363636. Windows color (decimal): -15446008 or 544788. OLE color: 544788.

HSL color Cylindrical-coordinate representation of color #145008: hue angle of 110º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145008 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB20808-
CMYK0.7500.900.69
HSL110º81.82%17.25%-
HSV(B)110º90%31.37%-
XYZ3.25.91.2-
YUV53.85102.12103.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 80 (31.64% from 255) = 74.07%
BLUE value IS 8 (3.52% from 255) = 7.41%
R=18.52%
G=74.07%
B=7.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal208080.7500.900.6911081.8217.25
Hex145084B05A456e5211
Octal2412010113013210515612221
Binary101001010000100010010110101101010001011101110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145008; }

 p { color: rgb(20,80,8); }

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

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

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

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

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

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

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