Html Css Color HEX #31A540 Fruit Salad

📋 copy color: '#31A540'

red 49 ◦ green 165 ◦ blue 64

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

Shades of Fruit Salad #31A540

Tints of Fruit Salad #31A540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.02%

R = 17.63%
G = 59.35%
B = 23.02%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#31A540 (or 0x31A540) is known color: Fruit Salad. HEX triplet: 31, A5 and 40. RGB value is (49,165,64). Sum of RGB (Red+Green+Blue) = 49+165+64=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 165 (64.84% from 255 or 59.35% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 165 - color contains mainly: green. Hex color #31A540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A540 is #CE5ABF. Grayscale: #777777. Windows color (decimal): -13523648 or 4236593. OLE color: 4236593.

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

Color convert

RGB 49 165 64 -
CMYK 0.70 0 0.61 0.35
HSL 127.76º 0.54% 0.42% -
HSV(B) 127.76º 0.7% 0.65% -
XYZ 15.65 27.93 9.42 -
YUV 118.8 97.07 78.21 -
System Red Green Blue C M Y K H S L
Decimal 49 165 64 0.70 0 0.61 0.35 127.76 0.54 0.42
Hex 31 A5 40 46 0 3D 23 80 36 2A
Octal 61 245 100 106 0 75 43 200 66 52
Binary 110001 10100101 1000000 1000110 0 111101 100011 10000000 110110 101010

Color Harmonies of #31A540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A540

Black with #31A540

Text Example


Text Example

White with #31A540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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