Html Css Color HEX #13B482 Mountain Meadow

📋 copy color: '#13B482'

red 19 ◦ green 180 ◦ blue 130

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

Shades of Mountain Meadow #13B482

Tints of Mountain Meadow #13B482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 5.78%
G = 54.71%
B = 39.51%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#13B482 (or 0x13B482) is known color: Mountain Meadow. HEX triplet: 13, B4 and 82. RGB value is (19,180,130). Sum of RGB (Red+Green+Blue) = 19+180+130=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #13B482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B482 is #EC4B7D. Grayscale: #7E7E7E. Windows color (decimal): -15485822 or 8565779. OLE color: 8565779.

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

Color convert

RGB 19 180 130 -
CMYK 0.89 0 0.28 0.29
HSL 161.37º 0.81% 0.39% -
HSV(B) 161.37º 0.89% 0.71% -
XYZ 20.62 34.39 26.67 -
YUV 126.16 130.16 51.57 -
System Red Green Blue C M Y K H S L
Decimal 19 180 130 0.89 0 0.28 0.29 161.37 0.81 0.39
Hex 13 B4 82 59 0 1C 1D A1 51 27
Octal 23 264 202 131 0 34 35 241 121 47
Binary 10011 10110100 10000010 1011001 0 11100 11101 10100001 1010001 100111

Color Harmonies of #13B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B482

Black with #13B482

Text Example


Text Example

White with #13B482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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