Html Css Color HEX #738242 Wasabi

📋 copy color: '#738242'

red 115 ◦ green 130 ◦ blue 66

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

Shades of Wasabi #738242

Tints of Wasabi #738242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.22%

R = 36.98%
G = 41.8%
B = 21.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#738242 (or 0x738242) is known color: Wasabi. HEX triplet: 73, 82 and 42. RGB value is (115,130,66). Sum of RGB (Red+Green+Blue) = 115+130+66=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #738242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738242 is #8C7DBD. Grayscale: #767676. Windows color (decimal): -9207230 or 4358771. OLE color: 4358771.

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

Color convert

RGB 115 130 66 -
CMYK 0.12 0 0.49 0.49
HSL 74.06º 0.33% 0.38% -
HSV(B) 74.06º 0.49% 0.51% -
XYZ 16.04 20 8.17 -
YUV 118.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 115 130 66 0.12 0 0.49 0.49 74.06 0.33 0.38
Hex 73 82 42 C 0 31 31 4A 21 26
Octal 163 202 102 14 0 61 61 112 41 46
Binary 1110011 10000010 1000010 1100 0 110001 110001 1001010 100001 100110

Color Harmonies of #738242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738242

Black with #738242

Text Example


Text Example

White with #738242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738242; }

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

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

background-color css

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

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

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

border-color css

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

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

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