Html Css Color HEX #728241 Wasabi

📋 copy color: '#728241'

red 114 ◦ green 130 ◦ blue 65

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

Shades of Wasabi #728241

Tints of Wasabi #728241

RGB

 RED value IS 114 (44.92% from 255) = 36.89%

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

 BLUE value IS 65 (25.78% from 255) = 21.04%

R = 36.89%
G = 42.07%
B = 21.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#728241 (or 0x728241) is known color: Wasabi. HEX triplet: 72, 82 and 41. RGB value is (114,130,65). Sum of RGB (Red+Green+Blue) = 114+130+65=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #728241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728241 is #8D7DBE. Grayscale: #767676. Windows color (decimal): -9272767 or 4293234. OLE color: 4293234.

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

Color convert

RGB 114 130 65 -
CMYK 0.12 0 0.50 0.49
HSL 74.77º 0.33% 0.38% -
HSV(B) 74.77º 0.5% 0.51% -
XYZ 15.88 19.92 8.01 -
YUV 117.81 98.2 125.29 -
System Red Green Blue C M Y K H S L
Decimal 114 130 65 0.12 0 0.50 0.49 74.77 0.33 0.38
Hex 72 82 41 C 0 32 31 4B 21 26
Octal 162 202 101 14 0 62 61 113 41 46
Binary 1110010 10000010 1000001 1100 0 110010 110001 1001011 100001 100110

Color Harmonies of #728241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728241

Black with #728241

Text Example


Text Example

White with #728241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728241; }

 p { color: rgb(114,130,65); }

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

background-color css

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

 a { background-color: rgb(114,130,65); }

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

border-color css

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

 span { border-color: rgb(114,130,65); }

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