Html Css Color HEX #13B770 Mountain Meadow

📋 copy color: '#13B770'

red 19 ◦ green 183 ◦ blue 112

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

Shades of Mountain Meadow #13B770

Tints of Mountain Meadow #13B770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 6.05%
G = 58.28%
B = 35.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#13B770 (or 0x13B770) is known color: Mountain Meadow. HEX triplet: 13, B7 and 70. RGB value is (19,183,112). Sum of RGB (Red+Green+Blue) = 19+183+112=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 183 (71.88% from 255 or 58.28% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 183 - color contains mainly: green. Hex color #13B770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B770 is #EC488F. Grayscale: #7D7D7D. Windows color (decimal): -15485072 or 7386899. OLE color: 7386899.

HSL color Cylindrical-coordinate representation of color #13B770: hue angle of 154.02º 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 #13B770 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 19 183 112 -
CMYK 0.90 0 0.39 0.28
HSL 154.02º 0.81% 0.4% -
HSV(B) 154.02º 0.9% 0.72% -
XYZ 20.13 35.18 21.06 -
YUV 125.87 120.17 51.77 -
System Red Green Blue C M Y K H S L
Decimal 19 183 112 0.90 0 0.39 0.28 154.02 0.81 0.4
Hex 13 B7 70 5A 0 27 1C 9A 51 28
Octal 23 267 160 132 0 47 34 232 121 50
Binary 10011 10110111 1110000 1011010 0 100111 11100 10011010 1010001 101000

Color Harmonies of #13B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B770

Black with #13B770

Text Example


Text Example

White with #13B770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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