#719741

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

Shades of Sushi #719741

Tints of Sushi #719741

Color information

#719741 (or 0x719741) is unknown color: approx Sushi. HEX triplet: 71, 97 and 41. RGB value is (113,151,65). Sum of RGB (Red+Green+Blue) = 113+151+65=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #719741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719741 is #8E68BE. Grayscale: #828282. Windows color (decimal): -9332927 or 4298609. OLE color: 4298609.

HSL color Cylindrical-coordinate representation of color #719741: hue angle of 86.51º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #719741 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB11315165-
CMYK0.2500.570.41
HSL86.51º39.81%42.35%-
HSV(B)86.51º56.95%59.22%-
XYZ18.8326.039.03-
YUV129.8391.41115.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 151 (59.38% from 255) = 45.90%
BLUE value IS 65 (25.78% from 255) = 19.76%
R=34.35%
G=45.90%
B=19.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113151650.2500.570.4186.5139.8142.35
Hex719741190392957282a
Octal16122710131071511275052
Binary11100011001011110000011100101110011010011010111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719741; }

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

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

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

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

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

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

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

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