#719236

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

Shades of Sushi #719236

Tints of Sushi #719236

Color information

#719236 (or 0x719236) is unknown color: approx Sushi. HEX triplet: 71, 92 and 36. RGB value is (113,146,54). Sum of RGB (Red+Green+Blue) = 113+146+54=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #719236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719236 is #8E6DC9. Grayscale: #7D7D7D. Windows color (decimal): -9334218 or 3576433. OLE color: 3576433.

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

Color convert

RGB11314654-
CMYK0.2300.630.43
HSL81.52º46%39.22%-
HSV(B)81.52º63.01%57.25%-
XYZ17.7524.337.25-
YUV125.6587.57118.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 146 (57.42% from 255) = 46.65%
BLUE value IS 54 (21.48% from 255) = 17.25%
R=36.10%
G=46.65%
B=17.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113146540.2300.630.4381.524639.22
Hex7192361703F2B522e27
Octal1612226627077531225647
Binary1110001100100101101101011101111111010111010010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719236; }

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

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

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

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

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

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

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

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