#3F5122

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

Shades of Bronzetone #3F5122

Tints of Bronzetone #3F5122

Color information

#3F5122 (or 0x3F5122) is unknown color: approx Bronzetone. HEX triplet: 3F, 51 and 22. RGB value is (63,81,34). Sum of RGB (Red+Green+Blue) = 63+81+34=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #3F5122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5122 is #C0AEDD. Grayscale: #464646. Windows color (decimal): -12627678 or 2249023. OLE color: 2249023.

HSL color Cylindrical-coordinate representation of color #3F5122: hue angle of 82.98º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F5122 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB638134-
CMYK0.2200.580.68
HSL82.98º40.87%22.55%-
HSV(B)82.98º58.02%31.76%-
XYZ5.287.062.6-
YUV70.26107.54122.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.39%
GREEN value IS 81 (32.03% from 255) = 45.51%
BLUE value IS 34 (13.67% from 255) = 19.10%
R=35.39%
G=45.51%
B=19.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6381340.2200.580.6882.9840.8722.55
Hex3F51221603A44532917
Octal7712142260721041235127
Binary11111110100011000101011001110101000100101001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,81,34); }

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

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

 a { background-color: rgb(63,81,34); }

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

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

 span { border-color: rgb(63,81,34); }

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