Html Css Color HEX #31A539 Fruit Salad

📋 copy color: '#31A539'

red 49 ◦ green 165 ◦ blue 57

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

Shades of Fruit Salad #31A539

Tints of Fruit Salad #31A539

RGB

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

 GREEN value IS 165 (64.84% from 255) = 60.89%

 BLUE value IS 57 (22.66% from 255) = 21.03%

R = 18.08%
G = 60.89%
B = 21.03%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#31A539 (or 0x31A539) is known color: Fruit Salad. HEX triplet: 31, A5 and 39. RGB value is (49,165,57). Sum of RGB (Red+Green+Blue) = 49+165+57=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 165 (64.84% from 255 or 60.89% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 165 - color contains mainly: green. Hex color #31A539 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A539 is #CE5AC6. Grayscale: #767676. Windows color (decimal): -13523655 or 3777841. OLE color: 3777841.

HSL color Cylindrical-coordinate representation of color #31A539: hue angle of 124.14º 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 #31A539 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 165 57 -
CMYK 0.70 0 0.65 0.35
HSL 124.14º 0.54% 0.42% -
HSV(B) 124.14º 0.7% 0.65% -
XYZ 15.46 27.86 8.43 -
YUV 118 93.57 78.78 -
System Red Green Blue C M Y K H S L
Decimal 49 165 57 0.70 0 0.65 0.35 124.14 0.54 0.42
Hex 31 A5 39 46 0 41 23 7C 36 2A
Octal 61 245 71 106 0 101 43 174 66 52
Binary 110001 10100101 111001 1000110 0 1000001 100011 1111100 110110 101010

Color Harmonies of #31A539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A539

Black with #31A539

Text Example


Text Example

White with #31A539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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