#73913B

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

Shades of Sushi #73913B

Tints of Sushi #73913B

Color information

#73913B (or 0x73913B) is unknown color: approx Sushi. HEX triplet: 73, 91 and 3B. RGB value is (115,145,59). Sum of RGB (Red+Green+Blue) = 115+145+59=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #73913B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73913B is #8C6EC4. Grayscale: #7E7E7E. Windows color (decimal): -9203397 or 3903859. OLE color: 3903859.

HSL color Cylindrical-coordinate representation of color #73913B: hue angle of 80.93º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73913B is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB11514559-
CMYK0.2100.590.43
HSL80.93º42.16%40%-
HSV(B)80.93º59.31%56.86%-
XYZ17.9924.217.86-
YUV126.2390.06119.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 59 (23.44% from 255) = 18.50%
R=36.05%
G=45.45%
B=18.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal115145590.2100.590.4380.9342.1640
Hex73913B1503B2B512a28
Octal1632217325073531215250
Binary1110011100100011110111010101110111010111010001101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73913B; }

 p { color: rgb(115,145,59); }

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

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

 a { background-color: rgb(115,145,59); }

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

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

 span { border-color: rgb(115,145,59); }

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