#31a33d

Color #31A33D Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #31A33D

Tints of Fruit Salad #31A33D

Color information

#31A33D (or 0x31A33D) is unknown color: approx Fruit Salad. HEX triplet: 31, A3 and 3D. RGB value is (49,163,61). Sum of RGB (Red+Green+Blue) = 49+163+61=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #31A33D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A33D is #CE5CC2. Grayscale: #757575. Windows color (decimal): -13524163 or 4039473. OLE color: 4039473.

HSL color Cylindrical-coordinate representation of color #31A33D: hue angle of 126.32º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A33D is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB4916361-
CMYK0.7000.630.36
HSL126.32º53.77%41.57%-
HSV(B)126.32º69.94%63.92%-
XYZ15.2127.188.86-
YUV117.2996.2379.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 163 (64.06% from 255) = 59.71%
BLUE value IS 61 (24.22% from 255) = 22.34%
R=17.95%
G=59.71%
B=22.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49163610.7000.630.36126.3253.7741.57
Hex31A33D4603F247e362a
Octal6124375106077441766652
Binary11000110100011111101100011001111111001001111110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31a33d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,163,61); }

 H1.HeaderClassName
 {
   color: #31a33d;
 }
 .AnyTagClassName
 {
   color: #31a33d;
 }
</style>
background-color css

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

 a { background-color: rgb(49,163,61); }

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

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

 span { border-color: rgb(49,163,61); }

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