Html Css Color HEX #738235 Wasabi

📋 copy color: '#738235'

red 115 ◦ green 130 ◦ blue 53

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

Shades of Wasabi #738235

Tints of Wasabi #738235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.79%

R = 38.59%
G = 43.62%
B = 17.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#738235 (or 0x738235) is known color: Wasabi. HEX triplet: 73, 82 and 35. RGB value is (115,130,53). Sum of RGB (Red+Green+Blue) = 115+130+53=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #738235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738235 is #8C7DCA. Grayscale: #757575. Windows color (decimal): -9207243 or 3506803. OLE color: 3506803.

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

Color convert

RGB 115 130 53 -
CMYK 0.12 0 0.59 0.49
HSL 71.69º 0.42% 0.36% -
HSV(B) 71.69º 0.59% 0.51% -
XYZ 15.7 19.87 6.38 -
YUV 116.74 92.03 126.76 -
System Red Green Blue C M Y K H S L
Decimal 115 130 53 0.12 0 0.59 0.49 71.69 0.42 0.36
Hex 73 82 35 C 0 3B 31 48 2A 24
Octal 163 202 65 14 0 73 61 110 52 44
Binary 1110011 10000010 110101 1100 0 111011 110001 1001000 101010 100100

Color Harmonies of #738235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738235

Black with #738235

Text Example


Text Example

White with #738235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738235; }

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

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

background-color css

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

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

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

border-color css

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

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

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