#748933

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

Shades of Wasabi #748933

Tints of Wasabi #748933

Color information

#748933 (or 0x748933) is unknown color: approx Wasabi. HEX triplet: 74, 89 and 33. RGB value is (116,137,51). Sum of RGB (Red+Green+Blue) = 116+137+51=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #748933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748933 is #8B76CC. Grayscale: #797979. Windows color (decimal): -9139917 or 3377524. OLE color: 3377524.

HSL color Cylindrical-coordinate representation of color #748933: hue angle of 74.65º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #748933 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB11613751-
CMYK0.1500.630.46
HSL74.65º45.74%36.86%-
HSV(B)74.65º62.77%53.73%-
XYZ16.7521.846.47-
YUV120.9288.54124.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 51 (20.31% from 255) = 16.78%
R=38.16%
G=45.07%
B=16.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116137510.1500.630.4674.6545.7436.86
Hex748933F03F2E4b2e25
Octal1642116317077561135645
Binary111010010001001110011111101111111011101001011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748933; }

 p { color: rgb(116,137,51); }

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

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

 a { background-color: rgb(116,137,51); }

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

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

 span { border-color: rgb(116,137,51); }

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