#71883D

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

Shades of Wasabi #71883D

Tints of Wasabi #71883D

Color information

#71883D (or 0x71883D) is unknown color: approx Wasabi. HEX triplet: 71, 88 and 3D. RGB value is (113,136,61). Sum of RGB (Red+Green+Blue) = 113+136+61=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #71883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71883D is #8E77C2. Grayscale: #787878. Windows color (decimal): -9336771 or 4032625. OLE color: 4032625.

HSL color Cylindrical-coordinate representation of color #71883D: hue angle of 78.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71883D is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB11313661-
CMYK0.1700.550.47
HSL78.4º38.07%38.63%-
HSV(B)78.4º55.15%53.33%-
XYZ16.4621.467.69-
YUV120.5794.38122.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.45%
GREEN value IS 136 (53.52% from 255) = 43.87%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=36.45%
G=43.87%
B=19.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113136610.1700.550.4778.438.0738.63
Hex71883D110372F4e2627
Octal1612107521067571164647
Binary1110001100010001111011000101101111011111001110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,136,61); }

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

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

 a { background-color: rgb(113,136,61); }

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

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

 span { border-color: rgb(113,136,61); }

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