Html Css Color HEX #3B4821 Bronzetone

📋 copy color: '#3B4821'

red 59 ◦ green 72 ◦ blue 33

#3B4821
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronzetone #3B4821

Tints of Bronzetone #3B4821

RGB

 RED value IS 59 (23.44% from 255) = 35.98%

 GREEN value IS 72 (28.52% from 255) = 43.9%

 BLUE value IS 33 (13.28% from 255) = 20.12%

R = 35.98%
G = 43.9%
B = 20.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#3B4821 (or 0x3B4821) is known color: Bronzetone. HEX triplet: 3B, 48 and 21. RGB value is (59,72,33). Sum of RGB (Red+Green+Blue) = 59+72+33=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #3B4821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4821 is #C4B7DE. Grayscale: #3F3F3F. Windows color (decimal): -12892127 or 2181179. OLE color: 2181179.

HSL color Cylindrical-coordinate representation of color #3B4821: hue angle of 80º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B4821 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 59 72 33 -
CMYK 0.18 0 0.54 0.72
HSL 80º 0.37% 0.21% -
HSV(B) 80º 0.54% 0.28% -
XYZ 4.4 5.67 2.3 -
YUV 63.67 110.69 124.67 -
System Red Green Blue C M Y K H S L
Decimal 59 72 33 0.18 0 0.54 0.72 80 0.37 0.21
Hex 3B 48 21 12 0 36 48 50 25 15
Octal 73 110 41 22 0 66 110 120 45 25
Binary 111011 1001000 100001 10010 0 110110 1001000 1010000 100101 10101

Color Harmonies of #3B4821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4821

Black with #3B4821

Text Example


Text Example

White with #3B4821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,72,33); }

 H1.HeaderClassName
 {
   color: #3B4821;
 }
 .AnyTagClassName
 {
   color: #3B4821;
 }
</style>

background-color css

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

 a { background-color: rgb(59,72,33); }

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

border-color css

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

 span { border-color: rgb(59,72,33); }

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