Html Css Color HEX #31A63A Fruit Salad

📋 copy color: '#31A63A'

red 49 ◦ green 166 ◦ blue 58

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

Shades of Fruit Salad #31A63A

Tints of Fruit Salad #31A63A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 60.81%

 BLUE value IS 58 (23.05% from 255) = 21.25%

R = 17.95%
G = 60.81%
B = 21.25%

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

#31A63A (or 0x31A63A) is known color: Fruit Salad. HEX triplet: 31, A6 and 3A. RGB value is (49,166,58). Sum of RGB (Red+Green+Blue) = 49+166+58=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 166 (65.23% from 255 or 60.81% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 166 - color contains mainly: green. Hex color #31A63A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A63A is #CE59C5. Grayscale: #777777. Windows color (decimal): -13523398 or 3843633. OLE color: 3843633.

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

Color convert

RGB 49 166 58 -
CMYK 0.70 0 0.65 0.35
HSL 124.62º 0.54% 0.42% -
HSV(B) 124.62º 0.7% 0.65% -
XYZ 15.67 28.23 8.63 -
YUV 118.71 93.74 78.28 -
System Red Green Blue C M Y K H S L
Decimal 49 166 58 0.70 0 0.65 0.35 124.62 0.54 0.42
Hex 31 A6 3A 46 0 41 23 7D 36 2A
Octal 61 246 72 106 0 101 43 175 66 52
Binary 110001 10100110 111010 1000110 0 1000001 100011 1111101 110110 101010

Color Harmonies of #31A63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A63A

Black with #31A63A

Text Example


Text Example

White with #31A63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,166,58); }

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

background-color css

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

 a { background-color: rgb(49,166,58); }

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

border-color css

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

 span { border-color: rgb(49,166,58); }

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