#71AA32

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

Shades of Sushi #71AA32

Tints of Sushi #71AA32

Color information

#71AA32 (or 0x71AA32) is unknown color: approx Sushi. HEX triplet: 71, AA and 32. RGB value is (113,170,50). Sum of RGB (Red+Green+Blue) = 113+170+50=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AA32 is #8E55CD. Grayscale: #8B8B8B. Windows color (decimal): -9328078 or 3320433. OLE color: 3320433.

HSL color Cylindrical-coordinate representation of color #71AA32: hue angle of 88.5º 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 #71AA32 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB11317050-
CMYK0.3400.710.33
HSL88.5º54.55%43.14%-
HSV(B)88.5º70.59%66.67%-
XYZ21.7632.498.14-
YUV139.2877.62109.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 170 (66.80% from 255) = 51.05%
BLUE value IS 50 (19.92% from 255) = 15.02%
R=33.93%
G=51.05%
B=15.02%

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
Decimal113170500.3400.710.3388.554.5543.14
Hex71AA32220472158372b
Octal16125262420107411306753
Binary111000110101010110010100010010001111000011011000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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