#3A4830

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

Shades of Mallard #3A4830

Tints of Mallard #3A4830

Color information

#3A4830 (or 0x3A4830) is unknown color: approx Mallard. HEX triplet: 3A, 48 and 30. RGB value is (58,72,48). Sum of RGB (Red+Green+Blue) = 58+72+48=178 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.58% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4830 is #C5B7CF. Grayscale: #414141. Windows color (decimal): -12957648 or 3164218. OLE color: 3164218.

HSL color Cylindrical-coordinate representation of color #3A4830: hue angle of 95º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A4830 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB587248-
CMYK0.1900.330.72
HSL95º20%23.53%-
HSV(B)95º33.33%28.24%-
XYZ4.65.753.66-
YUV65.08118.36122.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.58%
GREEN value IS 72 (28.52% from 255) = 40.45%
BLUE value IS 48 (19.14% from 255) = 26.97%
R=32.58%
G=40.45%
B=26.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5872480.1900.330.72952023.53
Hex3A483013021485f1418
Octal7211060230411101372430
Binary1110101001000110000100110100001100100010111111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,72,48); }

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

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

 a { background-color: rgb(58,72,48); }

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

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

 span { border-color: rgb(58,72,48); }

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