Html Css Color HEX #13B377 Mountain Meadow

📋 copy color: '#13B377'

red 19 ◦ green 179 ◦ blue 119

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

Shades of Mountain Meadow #13B377

Tints of Mountain Meadow #13B377

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 value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#13B377 (or 0x13B377) is known color: 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

RGB 19 179 119 -
CMYK 0.89 0 0.34 0.30
HSL 157.5º 0.81% 0.39% -
HSV(B) 157.5º 0.89% 0.7% -
XYZ 19.72 33.71 22.92 -
YUV 124.32 124.99 52.88 -
System Red Green Blue C M Y K H S L
Decimal 19 179 119 0.89 0 0.34 0.30 157.5 0.81 0.39
Hex 13 B3 77 59 0 22 1E 9E 51 27
Octal 23 263 167 131 0 42 36 236 121 47
Binary 10011 10110011 1110111 1011001 0 100010 11110 10011110 1010001 100111

Color Harmonies of #13B377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B377

Black with #13B377

Text Example


Text Example

White with #13B377

Text Example


Text Example

HTML Codes & Css Web 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>