#71AA31

Color #71AA31 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #71AA31

Tints of Sushi #71AA31

Color information

#71AA31 (or 0x71AA31) is unknown color: approx Sushi. HEX triplet: 71, AA and 31. RGB value is (113,170,49). Sum of RGB (Red+Green+Blue) = 113+170+49=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AA31 is #8E55CE. Grayscale: #8B8B8B. Windows color (decimal): -9328079 or 3254897. OLE color: 3254897.

HSL color Cylindrical-coordinate representation of color #71AA31: hue angle of 88.26º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71AA31 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB11317049-
CMYK0.3400.710.33
HSL88.26º55.25%42.94%-
HSV(B)88.26º71.18%66.67%-
XYZ21.7432.488.03-
YUV139.1677.12109.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 170 (66.80% from 255) = 51.20%
BLUE value IS 49 (19.53% from 255) = 14.76%
R=34.04%
G=51.20%
B=14.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113170490.3400.710.3388.2655.2542.94
Hex71AA31220472158372b
Octal16125261420107411306753
Binary111000110101010110001100010010001111000011011000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71AA31; }

 p { color: rgb(113,170,49); }

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

<style>
 a { background-color: #71AA31; }

 a { background-color: rgb(113,170,49); }

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

<style>
 span { border-color: #71AA31; }

 span { border-color: rgb(113,170,49); }

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