#719B3C

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

Shades of Sushi #719B3C

Tints of Sushi #719B3C

Color information

#719B3C (or 0x719B3C) is unknown color: approx Sushi. HEX triplet: 71, 9B and 3C. RGB value is (113,155,60). Sum of RGB (Red+Green+Blue) = 113+155+60=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #719B3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719B3C is #8E64C3. Grayscale: #838383. Windows color (decimal): -9331908 or 3971953. OLE color: 3971953.

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

Color convert

RGB11315560-
CMYK0.2700.610.39
HSL86.53º44.19%42.16%-
HSV(B)86.53º61.29%60.78%-
XYZ19.3527.288.52-
YUV131.6187.59114.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 155 (60.94% from 255) = 47.26%
BLUE value IS 60 (23.83% from 255) = 18.29%
R=34.45%
G=47.26%
B=18.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113155600.2700.610.3986.5344.1942.16
Hex719B3C1B03D27572c2a
Octal1612337433075471275452
Binary1110001100110111111001101101111011001111010111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,155,60); }

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

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

 a { background-color: rgb(113,155,60); }

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

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

 span { border-color: rgb(113,155,60); }

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