#719340

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

Shades of Sushi #719340

Tints of Sushi #719340

Color information

#719340 (or 0x719340) is unknown color: approx Sushi. HEX triplet: 71, 93 and 40. RGB value is (113,147,64). Sum of RGB (Red+Green+Blue) = 113+147+64=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #719340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719340 is #8E6CBF. Grayscale: #7F7F7F. Windows color (decimal): -9333952 or 4232049. OLE color: 4232049.

HSL color Cylindrical-coordinate representation of color #719340: hue angle of 84.58º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #719340 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB11314764-
CMYK0.2300.560.42
HSL84.58º39.34%41.37%-
HSV(B)84.58º56.46%57.65%-
XYZ18.1724.758.67-
YUV127.3792.24117.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 147 (57.81% from 255) = 45.37%
BLUE value IS 64 (25.39% from 255) = 19.75%
R=34.88%
G=45.37%
B=19.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113147640.2300.560.4284.5839.3441.37
Hex719340170382A552729
Octal16122310027070521254751
Binary11100011001001110000001011101110001010101010101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719340; }

 p { color: rgb(113,147,64); }

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

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

 a { background-color: rgb(113,147,64); }

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

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

 span { border-color: rgb(113,147,64); }

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