#31A53C

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

Shades of Fruit Salad #31A53C

Tints of Fruit Salad #31A53C

Color information

#31A53C (or 0x31A53C) is unknown color: approx Fruit Salad. HEX triplet: 31, A5 and 3C. RGB value is (49,165,60). Sum of RGB (Red+Green+Blue) = 49+165+60=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 165 (64.84% from 255 or 60.22% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 165 - color contains mainly: green. Hex color #31A53C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A53C is #CE5AC3. Grayscale: #767676. Windows color (decimal): -13523652 or 3974449. OLE color: 3974449.

HSL color Cylindrical-coordinate representation of color #31A53C: hue angle of 125.69º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A53C is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB4916560-
CMYK0.7000.640.35
HSL125.69º54.21%41.96%-
HSV(B)125.69º70.3%64.71%-
XYZ15.5427.898.84-
YUV118.3595.0778.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 165 (64.84% from 255) = 60.22%
BLUE value IS 60 (23.83% from 255) = 21.90%
R=17.88%
G=60.22%
B=21.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49165600.7000.640.35125.6954.2141.96
Hex31A53C46040237e362a
Octal61245741060100431766652
Binary110001101001011111001000110010000001000111111110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,165,60); }

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

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

 a { background-color: rgb(49,165,60); }

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

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

 span { border-color: rgb(49,165,60); }

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