Html Css Color HEX #13B575 Mountain Meadow

📋 copy color: '#13B575'

red 19 ◦ green 181 ◦ blue 117

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

Shades of Mountain Meadow #13B575

Tints of Mountain Meadow #13B575

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.1%

 BLUE value IS 117 (46.09% from 255) = 36.91%

R = 5.99%
G = 57.1%
B = 36.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#13B575 (or 0x13B575) is known color: Mountain Meadow. HEX triplet: 13, B5 and 75. RGB value is (19,181,117). Sum of RGB (Red+Green+Blue) = 19+181+117=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 181 (71.09% from 255 or 57.10% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 181 - color contains mainly: green. Hex color #13B575 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B575 is #EC4A8A. Grayscale: #7D7D7D. Windows color (decimal): -15485579 or 7714067. OLE color: 7714067.

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

Color convert

RGB 19 181 117 -
CMYK 0.90 0 0.35 0.29
HSL 156.3º 0.81% 0.39% -
HSV(B) 156.3º 0.9% 0.71% -
XYZ 20 34.47 22.43 -
YUV 125.27 123.33 52.2 -
System Red Green Blue C M Y K H S L
Decimal 19 181 117 0.90 0 0.35 0.29 156.3 0.81 0.39
Hex 13 B5 75 5A 0 23 1D 9C 51 27
Octal 23 265 165 132 0 43 35 234 121 47
Binary 10011 10110101 1110101 1011010 0 100011 11101 10011100 1010001 100111

Color Harmonies of #13B575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B575

Black with #13B575

Text Example


Text Example

White with #13B575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,181,117); }

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

background-color css

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

 a { background-color: rgb(19,181,117); }

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

border-color css

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

 span { border-color: rgb(19,181,117); }

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