#71813E

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

Shades of Wasabi #71813E

Tints of Wasabi #71813E

Color information

#71813E (or 0x71813E) is unknown color: approx Wasabi. HEX triplet: 71, 81 and 3E. RGB value is (113,129,62). Sum of RGB (Red+Green+Blue) = 113+129+62=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #71813E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71813E is #8E7EC1. Grayscale: #747474. Windows color (decimal): -9338562 or 4096369. OLE color: 4096369.

HSL color Cylindrical-coordinate representation of color #71813E: hue angle of 74.33º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71813E is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB11312962-
CMYK0.1200.520.49
HSL74.33º35.08%37.45%-
HSV(B)74.33º51.94%50.59%-
XYZ15.5319.567.51-
YUV116.5897.2125.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.17%
GREEN value IS 129 (50.78% from 255) = 42.43%
BLUE value IS 62 (24.61% from 255) = 20.39%
R=37.17%
G=42.43%
B=20.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113129620.1200.520.4974.3335.0837.45
Hex71813EC034314a2325
Octal1612017614064611124345
Binary111000110000001111110110001101001100011001010100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71813E; }

 p { color: rgb(113,129,62); }

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

<style>
 a { background-color: #71813E; }

 a { background-color: rgb(113,129,62); }

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

<style>
 span { border-color: #71813E; }

 span { border-color: rgb(113,129,62); }

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