Html Css Color HEX #13C392 Mountain Meadow

📋 copy color: '#13C392'

red 19 ◦ green 195 ◦ blue 146

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

Shades of Mountain Meadow #13C392

Tints of Mountain Meadow #13C392

RGB

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

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

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

R = 5.28%
G = 54.17%
B = 40.56%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#13C392 (or 0x13C392) is known color: Mountain Meadow. HEX triplet: 13, C3 and 92. RGB value is (19,195,146). Sum of RGB (Red+Green+Blue) = 19+195+146=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #13C392 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C392 is #EC3C6D. Grayscale: #888888. Windows color (decimal): -15481966 or 9618195. OLE color: 9618195.

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

Color convert

RGB 19 195 146 -
CMYK 0.90 0 0.25 0.24
HSL 163.3º 0.82% 0.42% -
HSV(B) 163.3º 0.9% 0.76% -
XYZ 24.97 41.24 33.84 -
YUV 136.79 133.19 43.98 -
System Red Green Blue C M Y K H S L
Decimal 19 195 146 0.90 0 0.25 0.24 163.3 0.82 0.42
Hex 13 C3 92 5A 0 19 18 A3 52 2A
Octal 23 303 222 132 0 31 30 243 122 52
Binary 10011 11000011 10010010 1011010 0 11001 11000 10100011 1010010 101010

Color Harmonies of #13C392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C392

Black with #13C392

Text Example


Text Example

White with #13C392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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