#71AD38

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

Shades of Sushi #71AD38

Tints of Sushi #71AD38

Color information

#71AD38 (or 0x71AD38) is unknown color: approx Sushi. HEX triplet: 71, AD and 38. RGB value is (113,173,56). Sum of RGB (Red+Green+Blue) = 113+173+56=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AD38 is #8E52C7. Grayscale: #8E8E8E. Windows color (decimal): -9327304 or 3714417. OLE color: 3714417.

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

Color convert

RGB11317356-
CMYK0.3500.680.32
HSL90.77º51.09%44.9%-
HSV(B)90.77º67.63%67.84%-
XYZ22.4733.689.06-
YUV141.7279.62107.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 173 (67.97% from 255) = 50.58%
BLUE value IS 56 (22.27% from 255) = 16.37%
R=33.04%
G=50.58%
B=16.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113173560.3500.680.3290.7751.0944.9
Hex71AD3823044205b332d
Octal16125570430104401336355
Binary111000110101101111000100011010001001000001011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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