Html Css Color HEX #73823A Wasabi

📋 copy color: '#73823A'

red 115 ◦ green 130 ◦ blue 58

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

Shades of Wasabi #73823A

Tints of Wasabi #73823A

RGB

 RED value IS 115 (45.31% from 255) = 37.95%

 GREEN value IS 130 (51.17% from 255) = 42.9%

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

R = 37.95%
G = 42.9%
B = 19.14%

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

#73823A (or 0x73823A) is known color: Wasabi. HEX triplet: 73, 82 and 3A. RGB value is (115,130,58). Sum of RGB (Red+Green+Blue) = 115+130+58=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #73823A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73823A is #8C7DC5. Grayscale: #757575. Windows color (decimal): -9207238 or 3834483. OLE color: 3834483.

HSL color Cylindrical-coordinate representation of color #73823A: hue angle of 72.5º 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 #73823A is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 130 58 -
CMYK 0.12 0 0.55 0.49
HSL 72.5º 0.38% 0.37% -
HSV(B) 72.5º 0.55% 0.51% -
XYZ 15.82 19.92 7.01 -
YUV 117.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 115 130 58 0.12 0 0.55 0.49 72.5 0.38 0.37
Hex 73 82 3A C 0 37 31 48 26 25
Octal 163 202 72 14 0 67 61 110 46 45
Binary 1110011 10000010 111010 1100 0 110111 110001 1001000 100110 100101

Color Harmonies of #73823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73823A

Black with #73823A

Text Example


Text Example

White with #73823A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,130,58); }

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

background-color css

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

 a { background-color: rgb(115,130,58); }

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

border-color css

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

 span { border-color: rgb(115,130,58); }

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