#13B381

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

Shades of Mountain Meadow #13B381

Tints of Mountain Meadow #13B381

Color information

#13B381 (or 0x13B381) is unknown color: approx Mountain Meadow. HEX triplet: 13, B3 and 81. RGB value is (19,179,129). Sum of RGB (Red+Green+Blue) = 19+179+129=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 179 (70.31% from 255 or 54.74% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 179 - color contains mainly: green. Hex color #13B381 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B381 is #EC4C7E. Grayscale: #7D7D7D. Windows color (decimal): -15486079 or 8499987. OLE color: 8499987.

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

Color convert

RGB19179129-
CMYK0.8900.280.30
HSL161.25º80.81%38.82%-
HSV(B)161.25º89.39%70.2%-
XYZ20.3533.9626.25-
YUV125.46129.9952.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.81%
GREEN value IS 179 (70.31% from 255) = 54.74%
BLUE value IS 129 (50.78% from 255) = 39.45%
R=5.81%
G=54.74%
B=39.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191791290.8900.280.30161.2580.8138.82
Hex13B3815901C1Ea15127
Octal232632011310343624112147
Binary100111011001110000001101100101110011110101000011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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