#71AB38

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

Shades of Sushi #71AB38

Tints of Sushi #71AB38

Color information

#71AB38 (or 0x71AB38) is unknown color: approx Sushi. HEX triplet: 71, AB and 38. RGB value is (113,171,56). Sum of RGB (Red+Green+Blue) = 113+171+56=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB38 is #8E54C7. Grayscale: #8C8C8C. Windows color (decimal): -9327816 or 3713905. OLE color: 3713905.

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

Color convert

RGB11317156-
CMYK0.3400.670.33
HSL90.26º50.66%44.51%-
HSV(B)90.26º67.25%67.06%-
XYZ22.0932.928.93-
YUV140.5580.28108.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 171 (67.19% from 255) = 50.29%
BLUE value IS 56 (22.27% from 255) = 16.47%
R=33.24%
G=50.29%
B=16.47%

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
Decimal113171560.3400.670.3390.2650.6644.51
Hex71AB3822043215a332d
Octal16125370420103411326355
Binary111000110101011111000100010010000111000011011010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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