#719E2E

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

Shades of Sushi #719E2E

Tints of Sushi #719E2E

Color information

#719E2E (or 0x719E2E) is unknown color: approx Sushi. HEX triplet: 71, 9E and 2E. RGB value is (113,158,46). Sum of RGB (Red+Green+Blue) = 113+158+46=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 158 (62.11% from 255 or 49.84% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 158 - color contains mainly: green. Hex color #719E2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719E2E is #8E61D1. Grayscale: #848484. Windows color (decimal): -9331154 or 3055217. OLE color: 3055217.

HSL color Cylindrical-coordinate representation of color #719E2E: hue angle of 84.11º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #719E2E is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB11315846-
CMYK0.2800.710.38
HSL84.11º54.9%40%-
HSV(B)84.11º70.89%61.96%-
XYZ19.5328.166.99-
YUV131.7879.59114.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 158 (62.11% from 255) = 49.84%
BLUE value IS 46 (18.36% from 255) = 14.51%
R=35.65%
G=49.84%
B=14.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113158460.2800.710.3884.1154.940
Hex719E2E1C04726543728
Octal16123656340107461246750
Binary11100011001111010111011100010001111001101010100110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,158,46); }

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

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

 a { background-color: rgb(113,158,46); }

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

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

 span { border-color: rgb(113,158,46); }

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