Html Css Color HEX #13B172 Mountain Meadow

📋 copy color: '#13B172'

red 19 ◦ green 177 ◦ blue 114

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

Shades of Mountain Meadow #13B172

Tints of Mountain Meadow #13B172

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.1%

 BLUE value IS 114 (44.92% from 255) = 36.77%

R = 6.13%
G = 57.1%
B = 36.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#13B172 (or 0x13B172) is known color: Mountain Meadow. HEX triplet: 13, B1 and 72. RGB value is (19,177,114). Sum of RGB (Red+Green+Blue) = 19+177+114=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #13B172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B172 is #EC4E8D. Grayscale: #7A7A7A. Windows color (decimal): -15486606 or 7516435. OLE color: 7516435.

HSL color Cylindrical-coordinate representation of color #13B172: hue angle of 156.08º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B172 is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 177 114 -
CMYK 0.89 0 0.36 0.31
HSL 156.08º 0.81% 0.38% -
HSV(B) 156.08º 0.89% 0.69% -
XYZ 19.03 32.8 21.25 -
YUV 122.58 123.15 54.12 -
System Red Green Blue C M Y K H S L
Decimal 19 177 114 0.89 0 0.36 0.31 156.08 0.81 0.38
Hex 13 B1 72 59 0 24 1F 9C 51 26
Octal 23 261 162 131 0 44 37 234 121 46
Binary 10011 10110001 1110010 1011001 0 100100 11111 10011100 1010001 100110

Color Harmonies of #13B172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B172

Black with #13B172

Text Example


Text Example

White with #13B172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,177,114); }

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

background-color css

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

 a { background-color: rgb(19,177,114); }

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

border-color css

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

 span { border-color: rgb(19,177,114); }

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