#719D41

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

Shades of Sushi #719D41

Tints of Sushi #719D41

Color information

#719D41 (or 0x719D41) is unknown color: approx Sushi. HEX triplet: 71, 9D and 41. RGB value is (113,157,65). Sum of RGB (Red+Green+Blue) = 113+157+65=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 157 - color contains mainly: green. Hex color #719D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719D41 is #8E62BE. Grayscale: #858585. Windows color (decimal): -9331391 or 4300145. OLE color: 4300145.

HSL color Cylindrical-coordinate representation of color #719D41: hue angle of 88.7º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #719D41 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB11315765-
CMYK0.2800.590.38
HSL88.7º41.44%43.53%-
HSV(B)88.7º58.6%61.57%-
XYZ19.8228.019.36-
YUV133.3689.42113.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 157 (61.72% from 255) = 46.87%
BLUE value IS 65 (25.78% from 255) = 19.40%
R=33.73%
G=46.87%
B=19.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113157650.2800.590.3888.741.4443.53
Hex719D411C03B2659292c
Octal16123510134073461315154
Binary11100011001110110000011110001110111001101011001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,157,65); }

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

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

 a { background-color: rgb(113,157,65); }

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

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

 span { border-color: rgb(113,157,65); }

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