#748238

Color #748238 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #748238

Tints of Wasabi #748238

Color information

#748238 (or 0x748238) is unknown color: approx 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

RGB11613056-
CMYK0.1100.570.49
HSL71.35º39.78%36.47%-
HSV(B)71.35º56.92%50.98%-
XYZ15.919.966.76-
YUV117.3893.36127.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% 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 (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130560.1100.570.4971.3539.7836.47
Hex748238B03931472824
Octal1642027013071611075044
Binary111010010000010111000101101110011100011000111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>