#3B4D1F

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

Shades of Bronzetone #3B4D1F

Tints of Bronzetone #3B4D1F

Color information

#3B4D1F (or 0x3B4D1F) is unknown color: approx Bronzetone. HEX triplet: 3B, 4D and 1F. RGB value is (59,77,31). Sum of RGB (Red+Green+Blue) = 59+77+31=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 77 (30.47% from 255 or 46.11% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 77 - color contains mainly: green. Hex color #3B4D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4D1F is #C4B2E0. Grayscale: #424242. Windows color (decimal): -12890849 or 2051387. OLE color: 2051387.

HSL color Cylindrical-coordinate representation of color #3B4D1F: hue angle of 83.48º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B4D1F is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB597731-
CMYK0.2300.600.70
HSL83.48º42.59%21.18%-
HSV(B)83.48º59.74%30.2%-
XYZ4.76.342.27-
YUV66.37108.04122.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.33%
GREEN value IS 77 (30.47% from 255) = 46.11%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=35.33%
G=46.11%
B=18.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5977310.2300.600.7083.4842.5921.18
Hex3B4D1F1703C46532b15
Octal7311537270741061235325
Binary1110111001101111111011101111001000110101001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,77,31); }

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

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

 a { background-color: rgb(59,77,31); }

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

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

 span { border-color: rgb(59,77,31); }

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