#719E38

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

Shades of Sushi #719E38

Tints of Sushi #719E38

Color information

#719E38 (or 0x719E38) is unknown color: approx Sushi. HEX triplet: 71, 9E and 38. RGB value is (113,158,56). Sum of RGB (Red+Green+Blue) = 113+158+56=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 158 - color contains mainly: green. Hex color #719E38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719E38 is #8E61C7. Grayscale: #858585. Windows color (decimal): -9331144 or 3710577. OLE color: 3710577.

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

Color convert

RGB11315856-
CMYK0.2800.650.38
HSL86.47º47.66%41.96%-
HSV(B)86.47º64.56%61.96%-
XYZ19.7528.258.15-
YUV132.9284.59113.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 158 (62.11% from 255) = 48.32%
BLUE value IS 56 (22.27% from 255) = 17.13%
R=34.56%
G=48.32%
B=17.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113158560.2800.650.3886.4747.6641.96
Hex719E381C0412656302a
Octal16123670340101461266052
Binary11100011001111011100011100010000011001101010110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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