#13B377

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

Shades of Mountain Meadow #13B377

Tints of Mountain Meadow #13B377

Color information

#13B377 (or 0x13B377) is unknown color: approx Mountain Meadow. HEX triplet: 13, B3 and 77. RGB value is (19,179,119). Sum of RGB (Red+Green+Blue) = 19+179+119=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 179 (70.31% from 255 or 56.47% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 179 - color contains mainly: green. Hex color #13B377 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B377 is #EC4C88. Grayscale: #7C7C7C. Windows color (decimal): -15486089 or 7844627. OLE color: 7844627.

HSL color Cylindrical-coordinate representation of color #13B377: hue angle of 157.5º 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 #13B377 is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB19179119-
CMYK0.8900.340.30
HSL157.5º80.81%38.82%-
HSV(B)157.5º89.39%70.2%-
XYZ19.7233.7122.92-
YUV124.32124.9952.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.99%
GREEN value IS 179 (70.31% from 255) = 56.47%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=5.99%
G=56.47%
B=37.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191791190.8900.340.30157.580.8138.82
Hex13B377590221E9e5127
Octal232631671310423623612147
Binary100111011001111101111011001010001011110100111101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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