Html Css Color HEX #13C675 Mountain Meadow

📋 copy color: '#13C675'

red 19 ◦ green 198 ◦ blue 117

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

Shades of Mountain Meadow #13C675

Tints of Mountain Meadow #13C675

RGB

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

 GREEN value IS 198 (77.73% from 255) = 59.28%

 BLUE value IS 117 (46.09% from 255) = 35.03%

R = 5.69%
G = 59.28%
B = 35.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#13C675 (or 0x13C675) is known color: Mountain Meadow. HEX triplet: 13, C6 and 75. RGB value is (19,198,117). Sum of RGB (Red+Green+Blue) = 19+198+117=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 198 (77.73% from 255 or 59.28% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 198 - color contains mainly: green. Hex color #13C675 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C675 is #EC398A. Grayscale: #878787. Windows color (decimal): -15481227 or 7718419. OLE color: 7718419.

HSL color Cylindrical-coordinate representation of color #13C675: hue angle of 152.85º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C675 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 198 117 -
CMYK 0.90 0 0.41 0.22
HSL 152.85º 0.82% 0.43% -
HSV(B) 152.85º 0.9% 0.78% -
XYZ 23.67 41.81 23.65 -
YUV 135.25 117.7 45.09 -
System Red Green Blue C M Y K H S L
Decimal 19 198 117 0.90 0 0.41 0.22 152.85 0.82 0.43
Hex 13 C6 75 5A 0 29 16 99 52 2B
Octal 23 306 165 132 0 51 26 231 122 53
Binary 10011 11000110 1110101 1011010 0 101001 10110 10011001 1010010 101011

Color Harmonies of #13C675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C675

Black with #13C675

Text Example


Text Example

White with #13C675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,198,117); }

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

background-color css

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

 a { background-color: rgb(19,198,117); }

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

border-color css

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

 span { border-color: rgb(19,198,117); }

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