Html Css Color HEX #728238 Wasabi

📋 copy color: '#728238'

red 114 ◦ green 130 ◦ blue 56

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

Shades of Wasabi #728238

Tints of Wasabi #728238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.67%

R = 38%
G = 43.33%
B = 18.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#728238 (or 0x728238) is known color: Wasabi. HEX triplet: 72, 82 and 38. RGB value is (114,130,56). Sum of RGB (Red+Green+Blue) = 114+130+56=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #728238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728238 is #8D7DC7. Grayscale: #757575. Windows color (decimal): -9272776 or 3703410. OLE color: 3703410.

HSL color Cylindrical-coordinate representation of color #728238: hue angle of 72.97º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #728238 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 130 56 -
CMYK 0.12 0 0.57 0.49
HSL 72.97º 0.4% 0.36% -
HSV(B) 72.97º 0.57% 0.51% -
XYZ 15.64 19.83 6.74 -
YUV 116.78 93.7 126.02 -
System Red Green Blue C M Y K H S L
Decimal 114 130 56 0.12 0 0.57 0.49 72.97 0.4 0.36
Hex 72 82 38 C 0 39 31 49 28 24
Octal 162 202 70 14 0 71 61 111 50 44
Binary 1110010 10000010 111000 1100 0 111001 110001 1001001 101000 100100

Color Harmonies of #728238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728238

Black with #728238

Text Example


Text Example

White with #728238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728238; }

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

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

background-color css

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

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

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

border-color css

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

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

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