#719238

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

Shades of Sushi #719238

Tints of Sushi #719238

Color information

#719238 (or 0x719238) is unknown color: approx Sushi. HEX triplet: 71, 92 and 38. RGB value is (113,146,56). Sum of RGB (Red+Green+Blue) = 113+146+56=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #719238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719238 is #8E6DC7. Grayscale: #7E7E7E. Windows color (decimal): -9334216 or 3707505. OLE color: 3707505.

HSL color Cylindrical-coordinate representation of color #719238: hue angle of 82º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #719238 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB11314656-
CMYK0.2300.620.43
HSL82º44.55%39.61%-
HSV(B)82º61.64%57.25%-
XYZ17.824.357.5-
YUV125.8788.57118.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 146 (57.42% from 255) = 46.35%
BLUE value IS 56 (22.27% from 255) = 17.78%
R=35.87%
G=46.35%
B=17.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113146560.2300.620.438244.5539.61
Hex7192381703E2B522d28
Octal1612227027076531225550
Binary1110001100100101110001011101111101010111010010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719238; }

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

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

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

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

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

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

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

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