#31A139

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

Shades of Fruit Salad #31A139

Tints of Fruit Salad #31A139

Color information

#31A139 (or 0x31A139) is unknown color: approx Fruit Salad. HEX triplet: 31, A1 and 39. RGB value is (49,161,57). Sum of RGB (Red+Green+Blue) = 49+161+57=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 161 (63.28% from 255 or 60.30% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 161 - color contains mainly: green. Hex color #31A139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A139 is #CE5EC6. Grayscale: #737373. Windows color (decimal): -13524679 or 3776817. OLE color: 3776817.

HSL color Cylindrical-coordinate representation of color #31A139: hue angle of 124.29º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A139 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB4916157-
CMYK0.7000.650.37
HSL124.29º53.33%41.18%-
HSV(B)124.29º69.57%63.14%-
XYZ14.7526.448.2-
YUV115.6694.8980.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 161 (63.28% from 255) = 60.30%
BLUE value IS 57 (22.66% from 255) = 21.35%
R=18.35%
G=60.30%
B=21.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal49161570.7000.650.37124.2953.3341.18
Hex31A13946041257c3529
Octal61241711060101451746551
Binary110001101000011110011000110010000011001011111100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,161,57); }

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

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

 a { background-color: rgb(49,161,57); }

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

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

 span { border-color: rgb(49,161,57); }

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