Html Css Color HEX #13B471 Mountain Meadow

📋 copy color: '#13B471'

red 19 ◦ green 180 ◦ blue 113

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

Shades of Mountain Meadow #13B471

Tints of Mountain Meadow #13B471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.22%

R = 6.09%
G = 57.69%
B = 36.22%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#13B471 (or 0x13B471) is known color: Mountain Meadow. HEX triplet: 13, B4 and 71. RGB value is (19,180,113). Sum of RGB (Red+Green+Blue) = 19+180+113=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 180 (70.70% from 255 or 57.69% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 180 - color contains mainly: green. Hex color #13B471 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B471 is #EC4B8E. Grayscale: #7C7C7C. Windows color (decimal): -15485839 or 7451667. OLE color: 7451667.

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

Color convert

RGB 19 180 113 -
CMYK 0.89 0 0.37 0.29
HSL 155.03º 0.81% 0.39% -
HSV(B) 155.03º 0.89% 0.71% -
XYZ 19.57 33.97 21.15 -
YUV 124.22 121.66 52.95 -
System Red Green Blue C M Y K H S L
Decimal 19 180 113 0.89 0 0.37 0.29 155.03 0.81 0.39
Hex 13 B4 71 59 0 25 1D 9B 51 27
Octal 23 264 161 131 0 45 35 233 121 47
Binary 10011 10110100 1110001 1011001 0 100101 11101 10011011 1010001 100111

Color Harmonies of #13B471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B471

Black with #13B471

Text Example


Text Example

White with #13B471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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