#13B379

Color #13B379 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #13B379

Tints of Mountain Meadow #13B379

Color information

#13B379 (or 0x13B379) is unknown color: approx Mountain Meadow. HEX triplet: 13, B3 and 79. RGB value is (19,179,121). Sum of RGB (Red+Green+Blue) = 19+179+121=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #13B379 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B379 is #EC4C86. Grayscale: #7C7C7C. Windows color (decimal): -15486087 or 7975699. OLE color: 7975699.

HSL color Cylindrical-coordinate representation of color #13B379: hue angle of 158.25º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B379 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB19179121-
CMYK0.8900.320.30
HSL158.25º80.81%38.82%-
HSV(B)158.25º89.39%70.2%-
XYZ19.8433.7623.56-
YUV124.55125.9952.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.96%
GREEN value IS 179 (70.31% from 255) = 56.11%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=5.96%
G=56.11%
B=37.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191791210.8900.320.30158.2580.8138.82
Hex13B379590201E9e5127
Octal232631711310403623612147
Binary100111011001111110011011001010000011110100111101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13B379; }

 p { color: rgb(19,179,121); }

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

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

 a { background-color: rgb(19,179,121); }

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

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

 span { border-color: rgb(19,179,121); }

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