Html Css Color HEX #13C37A Mountain Meadow

📋 copy color: '#13C37A'

red 19 ◦ green 195 ◦ blue 122

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

Shades of Mountain Meadow #13C37A

Tints of Mountain Meadow #13C37A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.04%

 BLUE value IS 122 (48.05% from 255) = 36.31%

R = 5.65%
G = 58.04%
B = 36.31%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#13C37A (or 0x13C37A) is known color: Mountain Meadow. HEX triplet: 13, C3 and 7A. RGB value is (19,195,122). Sum of RGB (Red+Green+Blue) = 19+195+122=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 195 (76.56% from 255 or 58.04% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 195 - color contains mainly: green. Hex color #13C37A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C37A is #EC3C85. Grayscale: #868686. Windows color (decimal): -15481990 or 8045331. OLE color: 8045331.

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

Color convert

RGB 19 195 122 -
CMYK 0.90 0 0.37 0.24
HSL 155.11º 0.82% 0.42% -
HSV(B) 155.11º 0.9% 0.76% -
XYZ 23.3 40.57 25.02 -
YUV 134.05 121.19 45.94 -
System Red Green Blue C M Y K H S L
Decimal 19 195 122 0.90 0 0.37 0.24 155.11 0.82 0.42
Hex 13 C3 7A 5A 0 25 18 9B 52 2A
Octal 23 303 172 132 0 45 30 233 122 52
Binary 10011 11000011 1111010 1011010 0 100101 11000 10011011 1010010 101010

Color Harmonies of #13C37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C37A

Black with #13C37A

Text Example


Text Example

White with #13C37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,195,122); }

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

background-color css

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

 a { background-color: rgb(19,195,122); }

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

border-color css

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

 span { border-color: rgb(19,195,122); }

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