Html Css Color HEX #13B775 Mountain Meadow

📋 copy color: '#13B775'

red 19 ◦ green 183 ◦ blue 117

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

Shades of Mountain Meadow #13B775

Tints of Mountain Meadow #13B775

RGB

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

 GREEN value IS 183 (71.88% from 255) = 57.37%

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

R = 5.96%
G = 57.37%
B = 36.68%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#13B775 (or 0x13B775) is known color: Mountain Meadow. HEX triplet: 13, B7 and 75. RGB value is (19,183,117). Sum of RGB (Red+Green+Blue) = 19+183+117=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #13B775 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B775 is #EC488A. Grayscale: #7E7E7E. Windows color (decimal): -15485067 or 7714579. OLE color: 7714579.

HSL color Cylindrical-coordinate representation of color #13B775: hue angle of 155.85º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B775 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 19 183 117 -
CMYK 0.90 0 0.36 0.28
HSL 155.85º 0.81% 0.4% -
HSV(B) 155.85º 0.9% 0.72% -
XYZ 20.41 35.29 22.57 -
YUV 126.44 122.67 51.37 -
System Red Green Blue C M Y K H S L
Decimal 19 183 117 0.90 0 0.36 0.28 155.85 0.81 0.4
Hex 13 B7 75 5A 0 24 1C 9C 51 28
Octal 23 267 165 132 0 44 34 234 121 50
Binary 10011 10110111 1110101 1011010 0 100100 11100 10011100 1010001 101000

Color Harmonies of #13B775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B775

Black with #13B775

Text Example


Text Example

White with #13B775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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