Html Css Color HEX #13B481 Mountain Meadow

📋 copy color: '#13B481'

red 19 ◦ green 180 ◦ blue 129

#13B481
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #13B481

Tints of Mountain Meadow #13B481

RGB

 RED value IS 19 (7.81% from 255) = 5.79%

 GREEN value IS 180 (70.7% from 255) = 54.88%

 BLUE value IS 129 (50.78% from 255) = 39.33%

R = 5.79%
G = 54.88%
B = 39.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#13B481 (or 0x13B481) is known color: Mountain Meadow. HEX triplet: 13, B4 and 81. RGB value is (19,180,129). Sum of RGB (Red+Green+Blue) = 19+180+129=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 180 (70.70% from 255 or 54.88% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 180 - color contains mainly: green. Hex color #13B481 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B481 is #EC4B7E. Grayscale: #7E7E7E. Windows color (decimal): -15485823 or 8500243. OLE color: 8500243.

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

Color convert

RGB 19 180 129 -
CMYK 0.89 0 0.28 0.29
HSL 160.99º 0.81% 0.39% -
HSV(B) 160.99º 0.89% 0.71% -
XYZ 20.55 34.37 26.32 -
YUV 126.05 129.66 51.65 -
System Red Green Blue C M Y K H S L
Decimal 19 180 129 0.89 0 0.28 0.29 160.99 0.81 0.39
Hex 13 B4 81 59 0 1C 1D A1 51 27
Octal 23 264 201 131 0 34 35 241 121 47
Binary 10011 10110100 10000001 1011001 0 11100 11101 10100001 1010001 100111

Color Harmonies of #13B481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B481

Black with #13B481

Text Example


Text Example

White with #13B481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13B481;
 }
 .AnyTagClassName
 {
   color: #13B481;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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