#31C38B

Color #31C38B Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #31C38B

Tints of Shamrock #31C38B

Color information

#31C38B (or 0x31C38B) is unknown color: approx Shamrock. HEX triplet: 31, C3 and 8B. RGB value is (49,195,139). Sum of RGB (Red+Green+Blue) = 49+195+139=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #31C38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C38B is #CE3C74. Grayscale: #919191. Windows color (decimal): -13515893 or 9159473. OLE color: 9159473.

HSL color Cylindrical-coordinate representation of color #31C38B: hue angle of 156.99º 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 #31C38B is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB49195139-
CMYK0.7500.290.24
HSL156.99º59.84%47.84%-
HSV(B)156.99º74.87%76.47%-
XYZ25.4441.5531.1-
YUV144.96124.6359.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.79%
GREEN value IS 195 (76.56% from 255) = 50.91%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=12.79%
G=50.91%
B=36.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal491951390.7500.290.24156.9959.8447.84
Hex31C38B4B01D189d3c30
Octal61303213113035302357460
Binary110001110000111000101110010110111011100010011101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31C38B;
 }
 .AnyTagClassName
 {
   color: #31C38B;
 }
</style>
background-color css

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

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

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

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

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

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