#719442

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

Shades of Sushi #719442

Tints of Sushi #719442

Color information

#719442 (or 0x719442) is unknown color: approx Sushi. HEX triplet: 71, 94 and 42. RGB value is (113,148,66). Sum of RGB (Red+Green+Blue) = 113+148+66=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #719442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719442 is #8E6BBD. Grayscale: #808080. Windows color (decimal): -9333694 or 4363377. OLE color: 4363377.

HSL color Cylindrical-coordinate representation of color #719442: hue angle of 85.61º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #719442 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB11314866-
CMYK0.2400.550.42
HSL85.61º38.32%41.96%-
HSV(B)85.61º55.41%58.04%-
XYZ18.3825.089.03-
YUV128.1992.9117.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 148 (58.20% from 255) = 45.26%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=34.56%
G=45.26%
B=20.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113148660.2400.550.4285.6138.3241.96
Hex719442180372A56262a
Octal16122410230067521264652
Binary11100011001010010000101100001101111010101010110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719442; }

 p { color: rgb(113,148,66); }

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

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

 a { background-color: rgb(113,148,66); }

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

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

 span { border-color: rgb(113,148,66); }

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