Html Css Color HEX #31A938 Fruit Salad

📋 copy color: '#31A938'

red 49 ◦ green 169 ◦ blue 56

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

Shades of Fruit Salad #31A938

Tints of Fruit Salad #31A938

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 value IS 0.71

 M value IS 0

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#31A938 (or 0x31A938) is known color: 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

RGB 49 169 56 -
CMYK 0.71 0 0.67 0.34
HSL 123.5º 0.55% 0.43% -
HSV(B) 123.5º 0.71% 0.66% -
XYZ 16.17 29.31 8.55 -
YUV 120.24 91.74 77.19 -
System Red Green Blue C M Y K H S L
Decimal 49 169 56 0.71 0 0.67 0.34 123.5 0.55 0.43
Hex 31 A9 38 47 0 43 22 7C 37 2B
Octal 61 251 70 107 0 103 42 174 67 53
Binary 110001 10101001 111000 1000111 0 1000011 100010 1111100 110111 101011

Color Harmonies of #31A938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A938

Black with #31A938

Text Example


Text Example

White with #31A938

Text Example


Text Example

HTML Codes & Css Web 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>