#719343

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

Shades of Sushi #719343

Tints of Sushi #719343

Color information

#719343 (or 0x719343) is unknown color: approx Sushi. HEX triplet: 71, 93 and 43. RGB value is (113,147,67). Sum of RGB (Red+Green+Blue) = 113+147+67=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #719343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719343 is #8E6CBC. Grayscale: #808080. Windows color (decimal): -9333949 or 4428657. OLE color: 4428657.

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

Color convert

RGB11314767-
CMYK0.2300.540.42
HSL85.5º37.38%41.96%-
HSV(B)85.5º54.42%57.65%-
XYZ18.2624.789.13-
YUV127.7193.74117.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 67 (26.56% from 255) = 20.49%
R=34.56%
G=44.95%
B=20.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113147670.2300.540.4285.537.3841.96
Hex719343170362A56252a
Octal16122310327066521264552
Binary11100011001001110000111011101101101010101010110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719343; }

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

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

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

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

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

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

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

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