Html Css Color HEX #13C585 Mountain Meadow

📋 copy color: '#13C585'

red 19 ◦ green 197 ◦ blue 133

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

Shades of Mountain Meadow #13C585

Tints of Mountain Meadow #13C585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 5.44%
G = 56.45%
B = 38.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#13C585 (or 0x13C585) is known color: Mountain Meadow. HEX triplet: 13, C5 and 85. RGB value is (19,197,133). Sum of RGB (Red+Green+Blue) = 19+197+133=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 197 (77.34% from 255 or 56.45% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 197 - color contains mainly: green. Hex color #13C585 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C585 is #EC3A7A. Grayscale: #888888. Windows color (decimal): -15481467 or 8766739. OLE color: 8766739.

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

Color convert

RGB 19 197 133 -
CMYK 0.90 0 0.32 0.23
HSL 158.43º 0.82% 0.42% -
HSV(B) 158.43º 0.9% 0.77% -
XYZ 24.47 41.76 28.96 -
YUV 136.48 126.03 44.2 -
System Red Green Blue C M Y K H S L
Decimal 19 197 133 0.90 0 0.32 0.23 158.43 0.82 0.42
Hex 13 C5 85 5A 0 20 17 9E 52 2A
Octal 23 305 205 132 0 40 27 236 122 52
Binary 10011 11000101 10000101 1011010 0 100000 10111 10011110 1010010 101010

Color Harmonies of #13C585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C585

Black with #13C585

Text Example


Text Example

White with #13C585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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