#71AA38

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

Shades of Sushi #71AA38

Tints of Sushi #71AA38

Color information

#71AA38 (or 0x71AA38) is unknown color: approx Sushi. HEX triplet: 71, AA and 38. RGB value is (113,170,56). Sum of RGB (Red+Green+Blue) = 113+170+56=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AA38 is #8E55C7. Grayscale: #8C8C8C. Windows color (decimal): -9328072 or 3713649. OLE color: 3713649.

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

Color convert

RGB11317056-
CMYK0.3400.670.33
HSL90º50.44%44.31%-
HSV(B)90º67.06%66.67%-
XYZ21.932.558.87-
YUV139.9680.62108.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 50.15%
BLUE value IS 56 (22.27% from 255) = 16.52%
R=33.33%
G=50.15%
B=16.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113170560.3400.670.339050.4444.31
Hex71AA3822043215a322c
Octal16125270420103411326254
Binary111000110101010111000100010010000111000011011010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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