Html Css Color HEX #13B392 Mountain Meadow

📋 copy color: '#13B392'

red 19 ◦ green 179 ◦ blue 146

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

Shades of Mountain Meadow #13B392

Tints of Mountain Meadow #13B392

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.03%

 BLUE value IS 146 (57.42% from 255) = 42.44%

R = 5.52%
G = 52.03%
B = 42.44%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#13B392 (or 0x13B392) is known color: Mountain Meadow. HEX triplet: 13, B3 and 92. RGB value is (19,179,146). Sum of RGB (Red+Green+Blue) = 19+179+146=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #13B392 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B392 is #EC4C6D. Grayscale: #7F7F7F. Windows color (decimal): -15486062 or 9614099. OLE color: 9614099.

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

Color convert

RGB 19 179 146 -
CMYK 0.89 0 0.18 0.30
HSL 167.63º 0.81% 0.39% -
HSV(B) 167.63º 0.89% 0.7% -
XYZ 21.58 34.45 32.71 -
YUV 127.4 138.49 50.68 -
System Red Green Blue C M Y K H S L
Decimal 19 179 146 0.89 0 0.18 0.30 167.63 0.81 0.39
Hex 13 B3 92 59 0 12 1E A8 51 27
Octal 23 263 222 131 0 22 36 250 121 47
Binary 10011 10110011 10010010 1011001 0 10010 11110 10101000 1010001 100111

Color Harmonies of #13B392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B392

Black with #13B392

Text Example


Text Example

White with #13B392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,179,146); }

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

background-color css

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

 a { background-color: rgb(19,179,146); }

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

border-color css

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

 span { border-color: rgb(19,179,146); }

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