#738D38

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

Shades of Sushi #738D38

Tints of Sushi #738D38

Color information

#738D38 (or 0x738D38) is unknown color: approx Sushi. HEX triplet: 73, 8D and 38. RGB value is (115,141,56). Sum of RGB (Red+Green+Blue) = 115+141+56=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #738D38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738D38 is #8C72C7. Grayscale: #7B7B7B. Windows color (decimal): -9204424 or 3706227. OLE color: 3706227.

HSL color Cylindrical-coordinate representation of color #738D38: hue angle of 78.35º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #738D38 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB11514156-
CMYK0.1800.600.45
HSL78.35º43.15%38.63%-
HSV(B)78.35º60.28%55.29%-
XYZ17.3122.987.26-
YUV123.5489.89121.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.86%
GREEN value IS 141 (55.47% from 255) = 45.19%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=36.86%
G=45.19%
B=17.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115141560.1800.600.4578.3543.1538.63
Hex738D381203C2D4e2b27
Octal1632157022074551165347
Binary1110011100011011110001001001111001011011001110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,141,56); }

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

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

 a { background-color: rgb(115,141,56); }

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

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

 span { border-color: rgb(115,141,56); }

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