#719038

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

Shades of Sushi #719038

Tints of Sushi #719038

Color information

#719038 (or 0x719038) is unknown color: approx Sushi. HEX triplet: 71, 90 and 38. RGB value is (113,144,56). Sum of RGB (Red+Green+Blue) = 113+144+56=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #719038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719038 is #8E6FC7. Grayscale: #7D7D7D. Windows color (decimal): -9334728 or 3706993. OLE color: 3706993.

HSL color Cylindrical-coordinate representation of color #719038: hue angle of 81.14º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #719038 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB11314456-
CMYK0.2200.610.44
HSL81.14º44%39.22%-
HSV(B)81.14º61.11%56.47%-
XYZ17.523.747.4-
YUV124.789.23119.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=36.10%
G=46.01%
B=17.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113144560.2200.610.4481.144439.22
Hex7190381603D2C512c27
Octal1612207026075541215447
Binary1110001100100001110001011001111011011001010001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719038; }

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

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

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

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

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

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

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

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