#74853C

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

Shades of Wasabi #74853C

Tints of Wasabi #74853C

Color information

#74853C (or 0x74853C) is unknown color: approx Wasabi. HEX triplet: 74, 85 and 3C. RGB value is (116,133,60). Sum of RGB (Red+Green+Blue) = 116+133+60=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #74853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74853C is #8B7AC3. Grayscale: #777777. Windows color (decimal): -9140932 or 3966324. OLE color: 3966324.

HSL color Cylindrical-coordinate representation of color #74853C: hue angle of 73.97º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74853C is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB11613360-
CMYK0.1300.550.48
HSL73.97º37.82%37.84%-
HSV(B)73.97º54.89%52.16%-
XYZ16.4120.817.43-
YUV119.694.37125.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 133 (52.34% from 255) = 43.04%
BLUE value IS 60 (23.83% from 255) = 19.42%
R=37.54%
G=43.04%
B=19.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133600.1300.550.4873.9737.8237.84
Hex74853CD037304a2626
Octal1642057415067601124646
Binary111010010000101111100110101101111100001001010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,133,60); }

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

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

 a { background-color: rgb(116,133,60); }

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

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

 span { border-color: rgb(116,133,60); }

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