#73A42F

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

Shades of Sushi #73A42F

Tints of Sushi #73A42F

Color information

#73A42F (or 0x73A42F) is unknown color: approx Sushi. HEX triplet: 73, A4 and 2F. RGB value is (115,164,47). Sum of RGB (Red+Green+Blue) = 115+164+47=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #73A42F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A42F is #8C5BD0. Grayscale: #888888. Windows color (decimal): -9198545 or 3122291. OLE color: 3122291.

HSL color Cylindrical-coordinate representation of color #73A42F: hue angle of 85.13º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73A42F is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB11516447-
CMYK0.3000.710.36
HSL85.13º55.45%41.37%-
HSV(B)85.13º71.34%64.31%-
XYZ20.8630.47.46-
YUV136.0177.77113.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 164 (64.45% from 255) = 50.31%
BLUE value IS 47 (18.75% from 255) = 14.42%
R=35.28%
G=50.31%
B=14.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal115164470.3000.710.3685.1355.4541.37
Hex73A42F1E04724553729
Octal16324457360107441256751
Binary11100111010010010111111110010001111001001010101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,164,47); }

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

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

 a { background-color: rgb(115,164,47); }

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

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

 span { border-color: rgb(115,164,47); }

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