#719B38

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

Shades of Sushi #719B38

Tints of Sushi #719B38

Color information

#719B38 (or 0x719B38) is unknown color: approx Sushi. HEX triplet: 71, 9B and 38. RGB value is (113,155,56). Sum of RGB (Red+Green+Blue) = 113+155+56=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #719B38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719B38 is #8E64C7. Grayscale: #838383. Windows color (decimal): -9331912 or 3709809. OLE color: 3709809.

HSL color Cylindrical-coordinate representation of color #719B38: hue angle of 85.45º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #719B38 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB11315556-
CMYK0.2700.640.39
HSL85.45º46.92%41.37%-
HSV(B)85.45º63.87%60.78%-
XYZ19.2527.247.98-
YUV131.1685.59115.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 155 (60.94% from 255) = 47.84%
BLUE value IS 56 (22.27% from 255) = 17.28%
R=34.88%
G=47.84%
B=17.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113155560.2700.640.3985.4546.9241.37
Hex719B381B04027552f29
Octal16123370330100471255751
Binary11100011001101111100011011010000001001111010101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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