Html Css Color HEX #13C584 Mountain Meadow

📋 copy color: '#13C584'

red 19 ◦ green 197 ◦ blue 132

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

Shades of Mountain Meadow #13C584

Tints of Mountain Meadow #13C584

RGB

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

 GREEN value IS 197 (77.34% from 255) = 56.61%

 BLUE value IS 132 (51.95% from 255) = 37.93%

R = 5.46%
G = 56.61%
B = 37.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#13C584 (or 0x13C584) is known color: Mountain Meadow. HEX triplet: 13, C5 and 84. RGB value is (19,197,132). Sum of RGB (Red+Green+Blue) = 19+197+132=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 197 (77.34% from 255 or 56.61% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 197 - color contains mainly: green. Hex color #13C584 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C584 is #EC3A7B. Grayscale: #888888. Windows color (decimal): -15481468 or 8701203. OLE color: 8701203.

HSL color Cylindrical-coordinate representation of color #13C584: hue angle of 158.09º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C584 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 19 197 132 -
CMYK 0.90 0 0.33 0.23
HSL 158.09º 0.82% 0.42% -
HSV(B) 158.09º 0.9% 0.77% -
XYZ 24.4 41.74 28.6 -
YUV 136.37 125.53 44.29 -
System Red Green Blue C M Y K H S L
Decimal 19 197 132 0.90 0 0.33 0.23 158.09 0.82 0.42
Hex 13 C5 84 5A 0 21 17 9E 52 2A
Octal 23 305 204 132 0 41 27 236 122 52
Binary 10011 11000101 10000100 1011010 0 100001 10111 10011110 1010010 101010

Color Harmonies of #13C584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C584

Black with #13C584

Text Example


Text Example

White with #13C584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,197,132); }

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

background-color css

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

 a { background-color: rgb(19,197,132); }

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

border-color css

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

 span { border-color: rgb(19,197,132); }

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