#71803E

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

Shades of Wasabi #71803E

Tints of Wasabi #71803E

Color information

#71803E (or 0x71803E) is unknown color: approx Wasabi. HEX triplet: 71, 80 and 3E. RGB value is (113,128,62). Sum of RGB (Red+Green+Blue) = 113+128+62=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #71803E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71803E is #8E7FC1. Grayscale: #747474. Windows color (decimal): -9338818 or 4096113. OLE color: 4096113.

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

Color convert

RGB11312862-
CMYK0.1200.520.50
HSL73.64º34.74%37.25%-
HSV(B)73.64º51.56%50.2%-
XYZ15.419.37.47-
YUV115.9997.53125.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 128 (50.39% from 255) = 42.24%
BLUE value IS 62 (24.61% from 255) = 20.46%
R=37.29%
G=42.24%
B=20.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113128620.1200.520.5073.6434.7437.25
Hex71803EC034324a2325
Octal1612007614064621124345
Binary111000110000000111110110001101001100101001010100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71803E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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