#3B4F1E

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

Shades of Bronzetone #3B4F1E

Tints of Bronzetone #3B4F1E

Color information

#3B4F1E (or 0x3B4F1E) is unknown color: approx Bronzetone. HEX triplet: 3B, 4F and 1E. RGB value is (59,79,30). Sum of RGB (Red+Green+Blue) = 59+79+30=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #3B4F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4F1E is #C4B0E1. Grayscale: #434343. Windows color (decimal): -12890338 or 1986363. OLE color: 1986363.

HSL color Cylindrical-coordinate representation of color #3B4F1E: hue angle of 84.49º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B4F1E is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB597930-
CMYK0.2500.620.69
HSL84.49º44.95%21.37%-
HSV(B)84.49º62.03%30.98%-
XYZ4.836.622.25-
YUV67.43106.87121.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.12%
GREEN value IS 79 (31.25% from 255) = 47.02%
BLUE value IS 30 (12.11% from 255) = 17.86%
R=35.12%
G=47.02%
B=17.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5979300.2500.620.6984.4944.9521.37
Hex3B4F1E1903E45542d15
Octal7311736310761051245525
Binary1110111001111111101100101111101000101101010010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,79,30); }

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

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

 a { background-color: rgb(59,79,30); }

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

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

 span { border-color: rgb(59,79,30); }

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