#719541

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

Shades of Sushi #719541

Tints of Sushi #719541

Color information

#719541 (or 0x719541) is unknown color: approx Sushi. HEX triplet: 71, 95 and 41. RGB value is (113,149,65). Sum of RGB (Red+Green+Blue) = 113+149+65=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #719541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719541 is #8E6ABE. Grayscale: #808080. Windows color (decimal): -9333439 or 4298097. OLE color: 4298097.

HSL color Cylindrical-coordinate representation of color #719541: hue angle of 85.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #719541 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB11314965-
CMYK0.2400.560.42
HSL85.71º39.25%41.96%-
HSV(B)85.71º56.38%58.43%-
XYZ18.5125.398.93-
YUV128.6692.07116.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 149 (58.59% from 255) = 45.57%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=34.56%
G=45.57%
B=19.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113149650.2400.560.4285.7139.2541.96
Hex719541180382A56272a
Octal16122510130070521264752
Binary11100011001010110000011100001110001010101010110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719541; }

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

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

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

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

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

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

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

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