#738E40

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

Shades of Sushi #738E40

Tints of Sushi #738E40

Color information

#738E40 (or 0x738E40) is unknown color: approx Sushi. HEX triplet: 73, 8E and 40. RGB value is (115,142,64). Sum of RGB (Red+Green+Blue) = 115+142+64=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #738E40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738E40 is #8C71BF. Grayscale: #7D7D7D. Windows color (decimal): -9204160 or 4230771. OLE color: 4230771.

HSL color Cylindrical-coordinate representation of color #738E40: hue angle of 80.77º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #738E40 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB11514264-
CMYK0.1900.550.44
HSL80.77º37.86%40.39%-
HSV(B)80.77º54.93%55.69%-
XYZ17.6723.368.43-
YUV125.0493.55120.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.83%
GREEN value IS 142 (55.86% from 255) = 44.24%
BLUE value IS 64 (25.39% from 255) = 19.94%
R=35.83%
G=44.24%
B=19.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115142640.1900.550.4480.7737.8640.39
Hex738E40130372C512628
Octal16321610023067541214650
Binary11100111000111010000001001101101111011001010001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738E40; }

 p { color: rgb(115,142,64); }

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

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

 a { background-color: rgb(115,142,64); }

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

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

 span { border-color: rgb(115,142,64); }

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