#719244

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

Shades of Sushi #719244

Tints of Sushi #719244

Color information

#719244 (or 0x719244) is unknown color: approx Sushi. HEX triplet: 71, 92 and 44. RGB value is (113,146,68). Sum of RGB (Red+Green+Blue) = 113+146+68=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #719244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719244 is #8E6DBB. Grayscale: #7F7F7F. Windows color (decimal): -9334204 or 4493937. OLE color: 4493937.

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

Color convert

RGB11314668-
CMYK0.2300.530.43
HSL85.38º36.45%41.96%-
HSV(B)85.38º53.42%57.25%-
XYZ18.1324.499.24-
YUV127.2494.57117.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 68 (26.95% from 255) = 20.80%
R=34.56%
G=44.65%
B=20.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113146680.2300.530.4385.3836.4541.96
Hex719244170352B55242a
Octal16122210427065531254452
Binary11100011001001010001001011101101011010111010101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719244; }

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

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

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

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

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

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

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

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