#738F3C

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

Shades of Sushi #738F3C

Tints of Sushi #738F3C

Color information

#738F3C (or 0x738F3C) is unknown color: approx Sushi. HEX triplet: 73, 8F and 3C. RGB value is (115,143,60). Sum of RGB (Red+Green+Blue) = 115+143+60=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 143 - color contains mainly: green. Hex color #738F3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738F3C is #8C70C3. Grayscale: #7D7D7D. Windows color (decimal): -9203908 or 3968883. OLE color: 3968883.

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

Color convert

RGB11514360-
CMYK0.2000.580.44
HSL80.24º40.89%39.8%-
HSV(B)80.24º58.04%56.08%-
XYZ17.7123.627.9-
YUV125.1791.22120.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.16%
GREEN value IS 143 (56.25% from 255) = 44.97%
BLUE value IS 60 (23.83% from 255) = 18.87%
R=36.16%
G=44.97%
B=18.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115143600.2000.580.4480.2440.8939.8
Hex738F3C1403A2C502928
Octal1632177424072541205150
Binary1110011100011111111001010001110101011001010000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,143,60); }

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

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

 a { background-color: rgb(115,143,60); }

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

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

 span { border-color: rgb(115,143,60); }

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