#73A640

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

Shades of Sushi #73A640

Tints of Sushi #73A640

Color information

#73A640 (or 0x73A640) is unknown color: approx Sushi. HEX triplet: 73, A6 and 40. RGB value is (115,166,64). Sum of RGB (Red+Green+Blue) = 115+166+64=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #73A640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A640 is #8C59BF. Grayscale: #8B8B8B. Windows color (decimal): -9198016 or 4236915. OLE color: 4236915.

HSL color Cylindrical-coordinate representation of color #73A640: hue angle of 90º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73A640 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB11516664-
CMYK0.3100.610.35
HSL90º44.35%45.1%-
HSV(B)90º61.45%65.1%-
XYZ21.6331.299.75-
YUV139.1285.6110.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.33%
GREEN value IS 166 (65.23% from 255) = 48.12%
BLUE value IS 64 (25.39% from 255) = 18.55%
R=33.33%
G=48.12%
B=18.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal115166640.3100.610.359044.3545.1
Hex73A6401F03D235a2c2d
Octal16324610037075431325455
Binary11100111010011010000001111101111011000111011010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73A640; }

 p { color: rgb(115,166,64); }

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

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

 a { background-color: rgb(115,166,64); }

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

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

 span { border-color: rgb(115,166,64); }

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