#71A332

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

Shades of Sushi #71A332

Tints of Sushi #71A332

Color information

#71A332 (or 0x71A332) is unknown color: approx Sushi. HEX triplet: 71, A3 and 32. RGB value is (113,163,50). Sum of RGB (Red+Green+Blue) = 113+163+50=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #71A332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A332 is #8E5CCD. Grayscale: #878787. Windows color (decimal): -9329870 or 3318641. OLE color: 3318641.

HSL color Cylindrical-coordinate representation of color #71A332: hue angle of 86.55º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71A332 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB11316350-
CMYK0.3100.690.36
HSL86.55º53.05%41.76%-
HSV(B)86.55º69.33%63.92%-
XYZ20.4829.947.72-
YUV135.1779.94112.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 163 (64.06% from 255) = 50%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=34.66%
G=50%
B=15.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113163500.3100.690.3686.5553.0541.76
Hex71A3321F0452457352a
Octal16124362370105441276552
Binary11100011010001111001011111010001011001001010111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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