Html Css Color HEX #31C585 Shamrock

📋 copy color: '#31C585'

red 49 ◦ green 197 ◦ blue 133

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

Shades of Shamrock #31C585

Tints of Shamrock #31C585

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.98%

 BLUE value IS 133 (52.34% from 255) = 35.09%

R = 12.93%
G = 51.98%
B = 35.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#31C585 (or 0x31C585) is known color: Shamrock. HEX triplet: 31, C5 and 85. RGB value is (49,197,133). Sum of RGB (Red+Green+Blue) = 49+197+133=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 197 (77.34% from 255 or 51.98% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 197 - color contains mainly: green. Hex color #31C585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C585 is #CE3A7A. Grayscale: #919191. Windows color (decimal): -13515387 or 8766769. OLE color: 8766769.

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

Color convert

RGB 49 197 133 -
CMYK 0.75 0 0.32 0.23
HSL 154.05º 0.6% 0.48% -
HSV(B) 154.05º 0.75% 0.77% -
XYZ 25.47 42.28 29.01 -
YUV 145.45 120.97 59.2 -
System Red Green Blue C M Y K H S L
Decimal 49 197 133 0.75 0 0.32 0.23 154.05 0.6 0.48
Hex 31 C5 85 4B 0 20 17 9A 3C 30
Octal 61 305 205 113 0 40 27 232 74 60
Binary 110001 11000101 10000101 1001011 0 100000 10111 10011010 111100 110000

Color Harmonies of #31C585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C585

Black with #31C585

Text Example


Text Example

White with #31C585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,197,133); }

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

background-color css

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

 a { background-color: rgb(49,197,133); }

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

border-color css

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

 span { border-color: rgb(49,197,133); }

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