#719139

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

Shades of Sushi #719139

Tints of Sushi #719139

Color information

#719139 (or 0x719139) is unknown color: approx Sushi. HEX triplet: 71, 91 and 39. RGB value is (113,145,57). Sum of RGB (Red+Green+Blue) = 113+145+57=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #719139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719139 is #8E6EC6. Grayscale: #7D7D7D. Windows color (decimal): -9334471 or 3772785. OLE color: 3772785.

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

Color convert

RGB11314557-
CMYK0.2200.610.43
HSL81.82º43.56%39.61%-
HSV(B)81.82º60.69%56.86%-
XYZ17.6724.067.58-
YUV125.489.4119.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 145 (57.03% from 255) = 46.03%
BLUE value IS 57 (22.66% from 255) = 18.10%
R=35.87%
G=46.03%
B=18.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113145570.2200.610.4381.8243.5639.61
Hex7191391603D2B522c28
Octal1612217126075531225450
Binary1110001100100011110011011001111011010111010010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719139; }

 p { color: rgb(113,145,57); }

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

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

 a { background-color: rgb(113,145,57); }

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

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

 span { border-color: rgb(113,145,57); }

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