#74853D

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

Shades of Wasabi #74853D

Tints of Wasabi #74853D

Color information

#74853D (or 0x74853D) is unknown color: approx Wasabi. HEX triplet: 74, 85 and 3D. RGB value is (116,133,61). Sum of RGB (Red+Green+Blue) = 116+133+61=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #74853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74853D is #8B7AC2. Grayscale: #777777. Windows color (decimal): -9140931 or 4031860. OLE color: 4031860.

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

Color convert

RGB11613361-
CMYK0.1300.540.48
HSL74.17º37.11%38.04%-
HSV(B)74.17º54.14%52.16%-
XYZ16.4320.827.57-
YUV119.7194.87125.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 133 (52.34% from 255) = 42.90%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=37.42%
G=42.90%
B=19.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133610.1300.540.4874.1737.1138.04
Hex74853DD036304a2526
Octal1642057515066601124546
Binary111010010000101111101110101101101100001001010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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