#3E4C26

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

Shades of Bronzetone #3E4C26

Tints of Bronzetone #3E4C26

Color information

#3E4C26 (or 0x3E4C26) is unknown color: approx Bronzetone. HEX triplet: 3E, 4C and 26. RGB value is (62,76,38). Sum of RGB (Red+Green+Blue) = 62+76+38=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 76 - color contains mainly: green. Hex color #3E4C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4C26 is #C1B3D9. Grayscale: #434343. Windows color (decimal): -12694490 or 2509886. OLE color: 2509886.

HSL color Cylindrical-coordinate representation of color #3E4C26: hue angle of 82.11º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E4C26 is Cyan = 0.18, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.

Color convert

RGB627638-
CMYK0.1800.50.70
HSL82.11º33.33%22.35%-
HSV(B)82.11º50%29.8%-
XYZ4.926.332.8-
YUV67.48111.36124.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.23%
GREEN value IS 76 (30.08% from 255) = 43.18%
BLUE value IS 38 (15.23% from 255) = 21.59%
R=35.23%
G=43.18%
B=21.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6276380.1800.50.7082.1133.3322.35
Hex3E4C261203246522116
Octal7611446220621061224126
Binary11111010011001001101001001100101000110101001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,76,38); }

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

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

 a { background-color: rgb(62,76,38); }

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

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

 span { border-color: rgb(62,76,38); }

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