#3B4B30

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

Shades of Mallard #3B4B30

Tints of Mallard #3B4B30

Color information

#3B4B30 (or 0x3B4B30) is unknown color: approx Mallard. HEX triplet: 3B, 4B and 30. RGB value is (59,75,48). Sum of RGB (Red+Green+Blue) = 59+75+48=182 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.42% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 75 - color contains mainly: green. Hex color #3B4B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4B30 is #C4B4CF. Grayscale: #434343. Windows color (decimal): -12891344 or 3164987. OLE color: 3164987.

HSL color Cylindrical-coordinate representation of color #3B4B30: hue angle of 95.56º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3B4B30 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB597548-
CMYK0.2100.360.71
HSL95.56º21.95%24.12%-
HSV(B)95.56º36%29.41%-
XYZ4.856.183.73-
YUV67.14117.2122.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.42%
GREEN value IS 75 (29.69% from 255) = 41.21%
BLUE value IS 48 (19.14% from 255) = 26.37%
R=32.42%
G=41.21%
B=26.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5975480.2100.360.7195.5621.9524.12
Hex3B4B301502447601618
Octal7311360250441071402630
Binary1110111001011110000101010100100100011111000001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B4B30; }

 p { color: rgb(59,75,48); }

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

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

 a { background-color: rgb(59,75,48); }

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

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

 span { border-color: rgb(59,75,48); }

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