Html Css Color HEX #31C390 Shamrock

📋 copy color: '#31C390'

red 49 ◦ green 195 ◦ blue 144

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

Shades of Shamrock #31C390

Tints of Shamrock #31C390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.11%

R = 12.63%
G = 50.26%
B = 37.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#31C390 (or 0x31C390) is known color: Shamrock. HEX triplet: 31, C3 and 90. RGB value is (49,195,144). Sum of RGB (Red+Green+Blue) = 49+195+144=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #31C390 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C390 is #CE3C6F. Grayscale: #919191. Windows color (decimal): -13515888 or 9487153. OLE color: 9487153.

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

Color convert

RGB 49 195 144 -
CMYK 0.75 0 0.26 0.24
HSL 159.04º 0.6% 0.48% -
HSV(B) 159.04º 0.75% 0.76% -
XYZ 25.82 41.7 33.07 -
YUV 145.53 127.13 59.15 -
System Red Green Blue C M Y K H S L
Decimal 49 195 144 0.75 0 0.26 0.24 159.04 0.6 0.48
Hex 31 C3 90 4B 0 1A 18 9F 3C 30
Octal 61 303 220 113 0 32 30 237 74 60
Binary 110001 11000011 10010000 1001011 0 11010 11000 10011111 111100 110000

Color Harmonies of #31C390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C390

Black with #31C390

Text Example


Text Example

White with #31C390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,195,144); }

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

background-color css

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

 a { background-color: rgb(49,195,144); }

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

border-color css

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

 span { border-color: rgb(49,195,144); }

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