#719C3D

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

Shades of Sushi #719C3D

Tints of Sushi #719C3D

Color information

#719C3D (or 0x719C3D) is unknown color: approx Sushi. HEX triplet: 71, 9C and 3D. RGB value is (113,156,61). Sum of RGB (Red+Green+Blue) = 113+156+61=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #719C3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719C3D is #8E63C2. Grayscale: #848484. Windows color (decimal): -9331651 or 4037745. OLE color: 4037745.

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

Color convert

RGB11315661-
CMYK0.2800.610.39
HSL87.16º43.78%42.55%-
HSV(B)87.16º60.9%61.18%-
XYZ19.5427.628.72-
YUV132.3187.75114.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.24%
GREEN value IS 156 (61.33% from 255) = 47.27%
BLUE value IS 61 (24.22% from 255) = 18.48%
R=34.24%
G=47.27%
B=18.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113156610.2800.610.3987.1643.7842.55
Hex719C3D1C03D27572c2b
Octal1612347534075471275453
Binary1110001100111001111011110001111011001111010111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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