Html Css Color HEX #13C374 Mountain Meadow

📋 copy color: '#13C374'

red 19 ◦ green 195 ◦ blue 116

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

Shades of Mountain Meadow #13C374

Tints of Mountain Meadow #13C374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 5.76%
G = 59.09%
B = 35.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#13C374 (or 0x13C374) is known color: Mountain Meadow. HEX triplet: 13, C3 and 74. RGB value is (19,195,116). Sum of RGB (Red+Green+Blue) = 19+195+116=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #13C374 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C374 is #EC3C8B. Grayscale: #858585. Windows color (decimal): -15481996 or 7652115. OLE color: 7652115.

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

Color convert

RGB 19 195 116 -
CMYK 0.90 0 0.41 0.24
HSL 153.07º 0.82% 0.42% -
HSV(B) 153.07º 0.9% 0.76% -
XYZ 22.94 40.43 23.12 -
YUV 133.37 118.19 46.42 -
System Red Green Blue C M Y K H S L
Decimal 19 195 116 0.90 0 0.41 0.24 153.07 0.82 0.42
Hex 13 C3 74 5A 0 29 18 99 52 2A
Octal 23 303 164 132 0 51 30 231 122 52
Binary 10011 11000011 1110100 1011010 0 101001 11000 10011001 1010010 101010

Color Harmonies of #13C374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C374

Black with #13C374

Text Example


Text Example

White with #13C374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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