#73A834

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

Shades of Sushi #73A834

Tints of Sushi #73A834

Color information

#73A834 (or 0x73A834) is unknown color: approx Sushi. HEX triplet: 73, A8 and 34. RGB value is (115,168,52). Sum of RGB (Red+Green+Blue) = 115+168+52=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #73A834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A834 is #8C57CB. Grayscale: #8B8B8B. Windows color (decimal): -9197516 or 3450995. OLE color: 3450995.

HSL color Cylindrical-coordinate representation of color #73A834: hue angle of 87.41º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73A834 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB11516852-
CMYK0.3200.690.34
HSL87.41º52.73%43.14%-
HSV(B)87.41º69.05%65.88%-
XYZ21.6931.98.26-
YUV138.9378.94110.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.33%
GREEN value IS 168 (66.02% from 255) = 50.15%
BLUE value IS 52 (20.70% from 255) = 15.52%
R=34.33%
G=50.15%
B=15.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal115168520.3200.690.3487.4152.7343.14
Hex73A834200452257352b
Octal16325064400105421276553
Binary111001110101000110100100000010001011000101010111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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