Html Css Color HEX #31C189 Shamrock

📋 copy color: '#31C189'

red 49 ◦ green 193 ◦ blue 137

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

Shades of Shamrock #31C189

Tints of Shamrock #31C189

RGB

 RED value IS 49 (19.53% from 255) = 12.93%

 GREEN value IS 193 (75.78% from 255) = 50.92%

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 12.93%
G = 50.92%
B = 36.15%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#31C189 (or 0x31C189) is known color: Shamrock. HEX triplet: 31, C1 and 89. RGB value is (49,193,137). Sum of RGB (Red+Green+Blue) = 49+193+137=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #31C189 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C189 is #CE3E76. Grayscale: #8F8F8F. Windows color (decimal): -13516407 or 9027889. OLE color: 9027889.

HSL color Cylindrical-coordinate representation of color #31C189: hue angle of 156.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C189 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 193 137 -
CMYK 0.75 0 0.29 0.24
HSL 156.67º 0.6% 0.47% -
HSV(B) 156.67º 0.75% 0.76% -
XYZ 24.85 40.6 30.19 -
YUV 143.56 124.29 60.55 -
System Red Green Blue C M Y K H S L
Decimal 49 193 137 0.75 0 0.29 0.24 156.67 0.6 0.47
Hex 31 C1 89 4B 0 1D 18 9D 3C 2F
Octal 61 301 211 113 0 35 30 235 74 57
Binary 110001 11000001 10001001 1001011 0 11101 11000 10011101 111100 101111

Color Harmonies of #31C189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C189

Black with #31C189

Text Example


Text Example

White with #31C189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31C189; }

 p { color: rgb(49,193,137); }

 H1.HeaderClassName
 {
   color: #31C189;
 }
 .AnyTagClassName
 {
   color: #31C189;
 }
</style>

background-color css

<style>
 a { background-color: #31C189; }

 a { background-color: rgb(49,193,137); }

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

border-color css

<style>
 span { border-color: #31C189; }

 span { border-color: rgb(49,193,137); }

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