#748535

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

Shades of Wasabi #748535

Tints of Wasabi #748535

Color information

#748535 (or 0x748535) is unknown color: approx Wasabi. HEX triplet: 74, 85 and 35. RGB value is (116,133,53). Sum of RGB (Red+Green+Blue) = 116+133+53=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #748535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748535 is #8B7ACA. Grayscale: #777777. Windows color (decimal): -9140939 or 3507572. OLE color: 3507572.

HSL color Cylindrical-coordinate representation of color #748535: hue angle of 72.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #748535 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB11613353-
CMYK0.1300.600.48
HSL72.75º43.01%36.47%-
HSV(B)72.75º60.15%52.16%-
XYZ16.2320.756.52-
YUV118.890.87126-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.41%
GREEN value IS 133 (52.34% from 255) = 44.04%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=38.41%
G=44.04%
B=17.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133530.1300.600.4872.7543.0136.47
Hex748535D03C30492b24
Octal1642056515074601115344
Binary111010010000101110101110101111001100001001001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748535; }

 p { color: rgb(116,133,53); }

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

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

 a { background-color: rgb(116,133,53); }

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

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

 span { border-color: rgb(116,133,53); }

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