#71AB39

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

Shades of Sushi #71AB39

Tints of Sushi #71AB39

Color information

#71AB39 (or 0x71AB39) is unknown color: approx Sushi. HEX triplet: 71, AB and 39. RGB value is (113,171,57). Sum of RGB (Red+Green+Blue) = 113+171+57=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB39 is #8E54C6. Grayscale: #8D8D8D. Windows color (decimal): -9327815 or 3779441. OLE color: 3779441.

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

Color convert

RGB11317157-
CMYK0.3400.670.33
HSL90.53º50%44.71%-
HSV(B)90.53º66.67%67.06%-
XYZ22.1132.939.06-
YUV140.6680.78108.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 171 (67.19% from 255) = 50.15%
BLUE value IS 57 (22.66% from 255) = 16.72%
R=33.14%
G=50.15%
B=16.72%

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
Decimal113171570.3400.670.3390.535044.71
Hex71AB3922043215b322d
Octal16125371420103411336255
Binary111000110101011111001100010010000111000011011011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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