#719B39

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

Shades of Sushi #719B39

Tints of Sushi #719B39

Color information

#719B39 (or 0x719B39) is unknown color: approx Sushi. HEX triplet: 71, 9B and 39. RGB value is (113,155,57). Sum of RGB (Red+Green+Blue) = 113+155+57=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #719B39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719B39 is #8E64C6. Grayscale: #838383. Windows color (decimal): -9331911 or 3775345. OLE color: 3775345.

HSL color Cylindrical-coordinate representation of color #719B39: hue angle of 85.71º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #719B39 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB11315557-
CMYK0.2700.630.39
HSL85.71º46.23%41.57%-
HSV(B)85.71º63.23%60.78%-
XYZ19.2727.258.11-
YUV131.2786.09114.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 155 (60.94% from 255) = 47.69%
BLUE value IS 57 (22.66% from 255) = 17.54%
R=34.77%
G=47.69%
B=17.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113155570.2700.630.3985.7146.2341.57
Hex719B391B03F27562e2a
Octal1612337133077471265652
Binary1110001100110111110011101101111111001111010110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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