#719F31

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

Shades of Sushi #719F31

Tints of Sushi #719F31

Color information

#719F31 (or 0x719F31) is unknown color: approx Sushi. HEX triplet: 71, 9F and 31. RGB value is (113,159,49). Sum of RGB (Red+Green+Blue) = 113+159+49=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #719F31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719F31 is #8E60CE. Grayscale: #858585. Windows color (decimal): -9330895 or 3252081. OLE color: 3252081.

HSL color Cylindrical-coordinate representation of color #719F31: hue angle of 85.09º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #719F31 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB11315949-
CMYK0.2900.690.38
HSL85.09º52.88%40.78%-
HSV(B)85.09º69.18%62.35%-
XYZ19.7628.537.37-
YUV132.7180.76113.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.20%
GREEN value IS 159 (62.5% from 255) = 49.53%
BLUE value IS 49 (19.53% from 255) = 15.26%
R=35.20%
G=49.53%
B=15.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113159490.2900.690.3885.0952.8840.78
Hex719F311D04526553529
Octal16123761350105461256551
Binary11100011001111111000111101010001011001101010101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719F31; }

 p { color: rgb(113,159,49); }

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

<style>
 a { background-color: #719F31; }

 a { background-color: rgb(113,159,49); }

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

<style>
 span { border-color: #719F31; }

 span { border-color: rgb(113,159,49); }

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