#719542

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

Shades of Sushi #719542

Tints of Sushi #719542

Color information

#719542 (or 0x719542) is unknown color: approx Sushi. HEX triplet: 71, 95 and 42. RGB value is (113,149,66). Sum of RGB (Red+Green+Blue) = 113+149+66=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #719542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719542 is #8E6ABD. Grayscale: #818181. Windows color (decimal): -9333438 or 4363633. OLE color: 4363633.

HSL color Cylindrical-coordinate representation of color #719542: hue angle of 86.02º 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 #719542 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB11314966-
CMYK0.2400.560.42
HSL86.02º38.6%42.16%-
HSV(B)86.02º55.7%58.43%-
XYZ18.5425.49.08-
YUV128.7792.57116.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 149 (58.59% from 255) = 45.43%
BLUE value IS 66 (26.17% from 255) = 20.12%
R=34.45%
G=45.43%
B=20.12%

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
Decimal113149660.2400.560.4286.0238.642.16
Hex719542180382A56272a
Octal16122510230070521264752
Binary11100011001010110000101100001110001010101010110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719542; }

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

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

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

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

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

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

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

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