#719036

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

Shades of Sushi #719036

Tints of Sushi #719036

Color information

#719036 (or 0x719036) is unknown color: approx Sushi. HEX triplet: 71, 90 and 36. RGB value is (113,144,54). Sum of RGB (Red+Green+Blue) = 113+144+54=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #719036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719036 is #8E6FC9. Grayscale: #7C7C7C. Windows color (decimal): -9334730 or 3575921. OLE color: 3575921.

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

Color convert

RGB11314454-
CMYK0.2200.630.44
HSL80.67º45.45%38.82%-
HSV(B)80.67º62.5%56.47%-
XYZ17.4523.727.15-
YUV124.4788.23119.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.33%
GREEN value IS 144 (56.64% from 255) = 46.30%
BLUE value IS 54 (21.48% from 255) = 17.36%
R=36.33%
G=46.30%
B=17.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113144540.2200.630.4480.6745.4538.82
Hex7190361603F2C512d27
Octal1612206626077541215547
Binary1110001100100001101101011001111111011001010001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719036; }

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

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

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

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

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

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

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

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