#3A4E1A

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

Shades of Bronzetone #3A4E1A

Tints of Bronzetone #3A4E1A

Color information

#3A4E1A (or 0x3A4E1A) is unknown color: approx Bronzetone. HEX triplet: 3A, 4E and 1A. RGB value is (58,78,26). Sum of RGB (Red+Green+Blue) = 58+78+26=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 78 (30.86% from 255 or 48.15% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 78 - color contains mainly: green. Hex color #3A4E1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4E1A is #C5B1E5. Grayscale: #424242. Windows color (decimal): -12956134 or 1723962. OLE color: 1723962.

HSL color Cylindrical-coordinate representation of color #3A4E1A: hue angle of 83.08º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A4E1A is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB587826-
CMYK0.2600.670.69
HSL83.08º50%20.39%-
HSV(B)83.08º66.67%30.59%-
XYZ4.666.421.97-
YUV66.09105.37122.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.80%
GREEN value IS 78 (30.86% from 255) = 48.15%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=35.80%
G=48.15%
B=16.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5878260.2600.670.6983.085020.39
Hex3A4E1A1A04345533214
Octal72116323201031051236224
Binary11101010011101101011010010000111000101101001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,78,26); }

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

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

 a { background-color: rgb(58,78,26); }

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

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

 span { border-color: rgb(58,78,26); }

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