#748138

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

Shades of Wasabi #748138

Tints of Wasabi #748138

Color information

#748138 (or 0x748138) is unknown color: approx Wasabi. HEX triplet: 74, 81 and 38. RGB value is (116,129,56). Sum of RGB (Red+Green+Blue) = 116+129+56=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #748138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748138 is #8B7EC7. Grayscale: #757575. Windows color (decimal): -9141960 or 3703156. OLE color: 3703156.

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

Color convert

RGB11612956-
CMYK0.1000.570.49
HSL70.68º39.46%36.27%-
HSV(B)70.68º56.59%50.59%-
XYZ15.7719.76.71-
YUV116.7993.69127.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 129 (50.78% from 255) = 42.86%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=38.54%
G=42.86%
B=18.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116129560.1000.570.4970.6839.4636.27
Hex748138A03931472724
Octal1642017012071611074744
Binary111010010000001111000101001110011100011000111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748138; }

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

 H1.HeaderClassName
 {
   color: #748138;
 }
 .AnyTagClassName
 {
   color: #748138;
 }
</style>
background-color css

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

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

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

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

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

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