Html Css Color HEX #738238 Wasabi

📋 copy color: '#738238'

red 115 ◦ green 130 ◦ blue 56

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

Shades of Wasabi #738238

Tints of Wasabi #738238

RGB

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

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

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

R = 38.21%
G = 43.19%
B = 18.6%

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

#738238 (or 0x738238) is known color: Wasabi. HEX triplet: 73, 82 and 38. RGB value is (115,130,56). Sum of RGB (Red+Green+Blue) = 115+130+56=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #738238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738238 is #8C7DC7. Grayscale: #757575. Windows color (decimal): -9207240 or 3703411. OLE color: 3703411.

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

Color convert

RGB 115 130 56 -
CMYK 0.12 0 0.57 0.49
HSL 72.16º 0.4% 0.36% -
HSV(B) 72.16º 0.57% 0.51% -
XYZ 15.77 19.9 6.75 -
YUV 117.08 93.53 126.52 -
System Red Green Blue C M Y K H S L
Decimal 115 130 56 0.12 0 0.57 0.49 72.16 0.4 0.36
Hex 73 82 38 C 0 39 31 48 28 24
Octal 163 202 70 14 0 71 61 110 50 44
Binary 1110011 10000010 111000 1100 0 111001 110001 1001000 101000 100100

Color Harmonies of #738238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738238

Black with #738238

Text Example


Text Example

White with #738238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738238; }

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

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

background-color css

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

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

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

border-color css

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

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

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