Html Css Color HEX #738542 Wasabi

📋 copy color: '#738542'

red 115 ◦ green 133 ◦ blue 66

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

Shades of Wasabi #738542

Tints of Wasabi #738542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.36%

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

R = 36.62%
G = 42.36%
B = 21.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#738542 (or 0x738542) is known color: Wasabi. HEX triplet: 73, 85 and 42. RGB value is (115,133,66). Sum of RGB (Red+Green+Blue) = 115+133+66=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #738542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738542 is #8C7ABD. Grayscale: #787878. Windows color (decimal): -9206462 or 4359539. OLE color: 4359539.

HSL color Cylindrical-coordinate representation of color #738542: hue angle of 76.12º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #738542 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 133 66 -
CMYK 0.14 0 0.50 0.48
HSL 76.12º 0.34% 0.39% -
HSV(B) 76.12º 0.5% 0.52% -
XYZ 16.44 20.81 8.31 -
YUV 119.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 115 133 66 0.14 0 0.50 0.48 76.12 0.34 0.39
Hex 73 85 42 E 0 32 30 4C 22 27
Octal 163 205 102 16 0 62 60 114 42 47
Binary 1110011 10000101 1000010 1110 0 110010 110000 1001100 100010 100111

Color Harmonies of #738542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738542

Black with #738542

Text Example


Text Example

White with #738542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738542; }

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

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

background-color css

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

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

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

border-color css

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

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

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