Html Css Color HEX #748238 Wasabi

📋 copy color: '#748238'

red 116 ◦ green 130 ◦ blue 56

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

Shades of Wasabi #748238

Tints of Wasabi #748238

RGB

 RED value IS 116 (45.7% from 255) = 38.41%

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

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

R = 38.41%
G = 43.05%
B = 18.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#748238 (or 0x748238) is known color: Wasabi. HEX triplet: 74, 82 and 38. RGB value is (116,130,56). Sum of RGB (Red+Green+Blue) = 116+130+56=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #748238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748238 is #8B7DC7. Grayscale: #757575. Windows color (decimal): -9141704 or 3703412. OLE color: 3703412.

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

Color convert

RGB 116 130 56 -
CMYK 0.11 0 0.57 0.49
HSL 71.35º 0.4% 0.36% -
HSV(B) 71.35º 0.57% 0.51% -
XYZ 15.9 19.96 6.76 -
YUV 117.38 93.36 127.02 -
System Red Green Blue C M Y K H S L
Decimal 116 130 56 0.11 0 0.57 0.49 71.35 0.4 0.36
Hex 74 82 38 B 0 39 31 47 28 24
Octal 164 202 70 13 0 71 61 107 50 44
Binary 1110100 10000010 111000 1011 0 111001 110001 1000111 101000 100100

Color Harmonies of #748238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748238

Black with #748238

Text Example


Text Example

White with #748238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748238; }

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

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

background-color css

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

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

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

border-color css

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

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

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