#74813B

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

Shades of Wasabi #74813B

Tints of Wasabi #74813B

Color information

#74813B (or 0x74813B) is unknown color: approx Wasabi. HEX triplet: 74, 81 and 3B. RGB value is (116,129,59). Sum of RGB (Red+Green+Blue) = 116+129+59=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #74813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74813B is #8B7EC4. Grayscale: #757575. Windows color (decimal): -9141957 or 3899764. OLE color: 3899764.

HSL color Cylindrical-coordinate representation of color #74813B: hue angle of 71.14º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74813B is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB11612959-
CMYK0.1000.540.49
HSL71.14º37.23%36.86%-
HSV(B)71.14º54.26%50.59%-
XYZ15.8419.737.11-
YUV117.1395.19127.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 129 (50.78% from 255) = 42.43%
BLUE value IS 59 (23.44% from 255) = 19.41%
R=38.16%
G=42.43%
B=19.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116129590.1000.540.4971.1437.2336.86
Hex74813BA03631472525
Octal1642017312066611074545
Binary111010010000001111011101001101101100011000111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74813B; }

 p { color: rgb(116,129,59); }

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

<style>
 a { background-color: #74813B; }

 a { background-color: rgb(116,129,59); }

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

<style>
 span { border-color: #74813B; }

 span { border-color: rgb(116,129,59); }

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