#3A342E

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

Shades of Acadia #3A342E

Tints of Acadia #3A342E

Color information

#3A342E (or 0x3A342E) is unknown color: approx Acadia. HEX triplet: 3A, 34 and 2E. RGB value is (58,52,46). Sum of RGB (Red+Green+Blue) = 58+52+46=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 58 - color contains mainly: red. Hex color #3A342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A342E is #C5CBD1. Grayscale: #353535. Windows color (decimal): -12962770 or 3028026. OLE color: 3028026.

HSL color Cylindrical-coordinate representation of color #3A342E: hue angle of 30º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3A342E is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.77.

Color convert

RGB585246-
CMYK00.100.210.77
HSL30º11.54%20.39%-
HSV(B)30º20.69%22.75%-
XYZ3.473.553.09-
YUV53.11123.99131.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.18%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=37.18%
G=33.33%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58524600.100.210.773011.5420.39
Hex3A342E0A154D1ec14
Octal72645601225115361424
Binary1110101101001011100101010101100110111110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,52,46); }

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

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

 a { background-color: rgb(58,52,46); }

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

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

 span { border-color: rgb(58,52,46); }

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