#739232

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

Shades of Sushi #739232

Tints of Sushi #739232

Color information

#739232 (or 0x739232) is unknown color: approx Sushi. HEX triplet: 73, 92 and 32. RGB value is (115,146,50). Sum of RGB (Red+Green+Blue) = 115+146+50=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #739232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739232 is #8C6DCD. Grayscale: #7E7E7E. Windows color (decimal): -9203150 or 3314291. OLE color: 3314291.

HSL color Cylindrical-coordinate representation of color #739232: hue angle of 79.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #739232 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB11514650-
CMYK0.2100.660.43
HSL79.38º48.98%38.43%-
HSV(B)79.38º65.75%57.25%-
XYZ17.9224.436.79-
YUV125.7985.23120.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.98%
GREEN value IS 146 (57.42% from 255) = 46.95%
BLUE value IS 50 (19.92% from 255) = 16.08%
R=36.98%
G=46.95%
B=16.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal115146500.2100.660.4379.3848.9838.43
Hex739232150422B4f3126
Octal16322262250102531176146
Binary11100111001001011001010101010000101010111001111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739232; }

 p { color: rgb(115,146,50); }

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

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

 a { background-color: rgb(115,146,50); }

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

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

 span { border-color: rgb(115,146,50); }

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