#719437

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

Shades of Sushi #719437

Tints of Sushi #719437

Color information

#719437 (or 0x719437) is unknown color: approx Sushi. HEX triplet: 71, 94 and 37. RGB value is (113,148,55). Sum of RGB (Red+Green+Blue) = 113+148+55=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #719437 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719437 is #8E6BC8. Grayscale: #7F7F7F. Windows color (decimal): -9333705 or 3642481. OLE color: 3642481.

HSL color Cylindrical-coordinate representation of color #719437: hue angle of 82.58º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #719437 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB11314855-
CMYK0.2400.630.42
HSL82.58º45.81%39.8%-
HSV(B)82.58º62.84%58.04%-
XYZ18.0924.977.48-
YUV126.9387.4118.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.76%
GREEN value IS 148 (58.20% from 255) = 46.84%
BLUE value IS 55 (21.88% from 255) = 17.41%
R=35.76%
G=46.84%
B=17.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113148550.2400.630.4282.5845.8139.8
Hex7194371803F2A532e28
Octal1612246730077521235650
Binary1110001100101001101111100001111111010101010011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719437; }

 p { color: rgb(113,148,55); }

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

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

 a { background-color: rgb(113,148,55); }

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

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

 span { border-color: rgb(113,148,55); }

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