#73983B

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

Shades of Sushi #73983B

Tints of Sushi #73983B

Color information

#73983B (or 0x73983B) is unknown color: approx Sushi. HEX triplet: 73, 98 and 3B. RGB value is (115,152,59). Sum of RGB (Red+Green+Blue) = 115+152+59=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #73983B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73983B is #8C67C4. Grayscale: #828282. Windows color (decimal): -9201605 or 3905651. OLE color: 3905651.

HSL color Cylindrical-coordinate representation of color #73983B: hue angle of 83.87º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73983B is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB11515259-
CMYK0.2400.610.40
HSL83.87º44.08%41.37%-
HSV(B)83.87º61.18%59.61%-
XYZ19.0926.428.23-
YUV130.3387.74117.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 152 (59.77% from 255) = 46.63%
BLUE value IS 59 (23.44% from 255) = 18.10%
R=35.28%
G=46.63%
B=18.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115152590.2400.610.4083.8744.0841.37
Hex73983B1803D28542c29
Octal1632307330075501245451
Binary1110011100110001110111100001111011010001010100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73983B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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