Html Css Color HEX #31A73C Fruit Salad

📋 copy color: '#31A73C'

red 49 ◦ green 167 ◦ blue 60

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

Shades of Fruit Salad #31A73C

Tints of Fruit Salad #31A73C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 60.51%

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 17.75%
G = 60.51%
B = 21.74%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#31A73C (or 0x31A73C) is known color: Fruit Salad. HEX triplet: 31, A7 and 3C. RGB value is (49,167,60). Sum of RGB (Red+Green+Blue) = 49+167+60=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 167 (65.62% from 255 or 60.51% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 167 - color contains mainly: green. Hex color #31A73C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A73C is #CE58C3. Grayscale: #777777. Windows color (decimal): -13523140 or 3974961. OLE color: 3974961.

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

Color convert

RGB 49 167 60 -
CMYK 0.71 0 0.64 0.35
HSL 125.59º 0.55% 0.42% -
HSV(B) 125.59º 0.71% 0.65% -
XYZ 15.9 28.62 8.96 -
YUV 119.52 94.41 77.7 -
System Red Green Blue C M Y K H S L
Decimal 49 167 60 0.71 0 0.64 0.35 125.59 0.55 0.42
Hex 31 A7 3C 47 0 40 23 7E 37 2A
Octal 61 247 74 107 0 100 43 176 67 52
Binary 110001 10100111 111100 1000111 0 1000000 100011 1111110 110111 101010

Color Harmonies of #31A73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A73C

Black with #31A73C

Text Example


Text Example

White with #31A73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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