#719240

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

Shades of Sushi #719240

Tints of Sushi #719240

Color information

#719240 (or 0x719240) is unknown color: approx Sushi. HEX triplet: 71, 92 and 40. RGB value is (113,146,64). Sum of RGB (Red+Green+Blue) = 113+146+64=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #719240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719240 is #8E6DBF. Grayscale: #7F7F7F. Windows color (decimal): -9334208 or 4231793. OLE color: 4231793.

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

Color convert

RGB11314664-
CMYK0.2300.560.43
HSL84.15º39.05%41.18%-
HSV(B)84.15º56.16%57.25%-
XYZ18.0124.448.62-
YUV126.7992.57118.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=34.98%
G=45.20%
B=19.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113146640.2300.560.4384.1539.0541.18
Hex719240170382B542729
Octal16122210027070531244751
Binary11100011001001010000001011101110001010111010100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719240; }

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

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

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

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

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

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

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

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