#31A938

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

Shades of Fruit Salad #31A938

Tints of Fruit Salad #31A938

Color information

#31A938 (or 0x31A938) is unknown color: approx Fruit Salad. HEX triplet: 31, A9 and 38. RGB value is (49,169,56). Sum of RGB (Red+Green+Blue) = 49+169+56=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 169 (66.41% from 255 or 61.68% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 169 - color contains mainly: green. Hex color #31A938 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A938 is #CE56C7. Grayscale: #787878. Windows color (decimal): -13522632 or 3713329. OLE color: 3713329.

HSL color Cylindrical-coordinate representation of color #31A938: hue angle of 123.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A938 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB4916956-
CMYK0.7100.670.34
HSL123.5º55.05%42.75%-
HSV(B)123.5º71.01%66.27%-
XYZ16.1729.318.55-
YUV120.2491.7477.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 169 (66.41% from 255) = 61.68%
BLUE value IS 56 (22.27% from 255) = 20.44%
R=17.88%
G=61.68%
B=20.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal49169560.7100.670.34123.555.0542.75
Hex31A93847043227c372b
Octal61251701070103421746753
Binary110001101010011110001000111010000111000101111100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,169,56); }

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

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

 a { background-color: rgb(49,169,56); }

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

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

 span { border-color: rgb(49,169,56); }

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