#73952C

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

Shades of Sushi #73952C

Tints of Sushi #73952C

Color information

#73952C (or 0x73952C) is unknown color: approx Sushi. HEX triplet: 73, 95 and 2C. RGB value is (115,149,44). Sum of RGB (Red+Green+Blue) = 115+149+44=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #73952C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73952C is #8C6AD3. Grayscale: #7F7F7F. Windows color (decimal): -9202388 or 2921843. OLE color: 2921843.

HSL color Cylindrical-coordinate representation of color #73952C: hue angle of 79.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73952C is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB11514944-
CMYK0.2300.700.42
HSL79.43º54.4%37.84%-
HSV(B)79.43º70.47%58.43%-
XYZ18.2725.326.31-
YUV126.8681.24119.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.34%
GREEN value IS 149 (58.59% from 255) = 48.38%
BLUE value IS 44 (17.58% from 255) = 14.29%
R=37.34%
G=48.38%
B=14.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115149440.2300.700.4279.4354.437.84
Hex73952C170462A4f3626
Octal16322554270106521176646
Binary11100111001010110110010111010001101010101001111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73952C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73952C; }

 p { color: rgb(115,149,44); }

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

<style>
 a { background-color: #73952C; }

 a { background-color: rgb(115,149,44); }

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

<style>
 span { border-color: #73952C; }

 span { border-color: rgb(115,149,44); }

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