Html Css Color HEX #71813A Wasabi

📋 copy color: '#71813A'

red 113 ◦ green 129 ◦ blue 58

#71813A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #71813A

Tints of Wasabi #71813A

RGB

 RED value IS 113 (44.53% from 255) = 37.67%

 GREEN value IS 129 (50.78% from 255) = 43%

 BLUE value IS 58 (23.05% from 255) = 19.33%

R = 37.67%
G = 43%
B = 19.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#71813A (or 0x71813A) is known color: Wasabi. HEX triplet: 71, 81 and 3A. RGB value is (113,129,58). Sum of RGB (Red+Green+Blue) = 113+129+58=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #71813A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71813A is #8E7EC5. Grayscale: #747474. Windows color (decimal): -9338566 or 3834225. OLE color: 3834225.

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

Color convert

RGB 113 129 58 -
CMYK 0.12 0 0.55 0.49
HSL 73.52º 0.38% 0.37% -
HSV(B) 73.52º 0.55% 0.51% -
XYZ 15.42 19.52 6.96 -
YUV 116.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 113 129 58 0.12 0 0.55 0.49 73.52 0.38 0.37
Hex 71 81 3A C 0 37 31 4A 26 25
Octal 161 201 72 14 0 67 61 112 46 45
Binary 1110001 10000001 111010 1100 0 110111 110001 1001010 100110 100101

Color Harmonies of #71813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71813A

Black with #71813A

Text Example


Text Example

White with #71813A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71813A;
 }
 .AnyTagClassName
 {
   color: #71813A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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