#719C32

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

Shades of Sushi #719C32

Tints of Sushi #719C32

Color information

#719C32 (or 0x719C32) is unknown color: approx Sushi. HEX triplet: 71, 9C and 32. RGB value is (113,156,50). Sum of RGB (Red+Green+Blue) = 113+156+50=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #719C32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719C32 is #8E63CD. Grayscale: #838383. Windows color (decimal): -9331662 or 3316849. OLE color: 3316849.

HSL color Cylindrical-coordinate representation of color #719C32: hue angle of 84.34º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #719C32 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB11315650-
CMYK0.2800.680.39
HSL84.34º51.46%40.39%-
HSV(B)84.34º67.95%61.18%-
XYZ19.2727.527.31-
YUV131.0682.25115.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 156 (61.33% from 255) = 48.90%
BLUE value IS 50 (19.92% from 255) = 15.67%
R=35.42%
G=48.90%
B=15.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113156500.2800.680.3984.3451.4640.39
Hex719C321C04427543328
Octal16123462340104471246350
Binary11100011001110011001011100010001001001111010100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719C32; }

 p { color: rgb(113,156,50); }

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

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

 a { background-color: rgb(113,156,50); }

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

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

 span { border-color: rgb(113,156,50); }

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