#739034

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

Shades of Sushi #739034

Tints of Sushi #739034

Color information

#739034 (or 0x739034) is unknown color: approx Sushi. HEX triplet: 73, 90 and 34. RGB value is (115,144,52). Sum of RGB (Red+Green+Blue) = 115+144+52=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #739034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739034 is #8C6FCB. Grayscale: #7D7D7D. Windows color (decimal): -9203660 or 3444851. OLE color: 3444851.

HSL color Cylindrical-coordinate representation of color #739034: hue angle of 78.91º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #739034 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB11514452-
CMYK0.2000.640.44
HSL78.91º46.94%38.43%-
HSV(B)78.91º63.89%56.47%-
XYZ17.6623.846.92-
YUV124.8486.89120.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.98%
GREEN value IS 144 (56.64% from 255) = 46.30%
BLUE value IS 52 (20.70% from 255) = 16.72%
R=36.98%
G=46.30%
B=16.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115144520.2000.640.4478.9146.9438.43
Hex739034140402C4f2f26
Octal16322064240100541175746
Binary11100111001000011010010100010000001011001001111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739034; }

 p { color: rgb(115,144,52); }

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

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

 a { background-color: rgb(115,144,52); }

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

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

 span { border-color: rgb(115,144,52); }

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