Html Css Color HEX #3A501A Bronzetone

📋 copy color: '#3A501A'

red 58 ◦ green 80 ◦ blue 26

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

Shades of Bronzetone #3A501A

Tints of Bronzetone #3A501A

RGB

 RED value IS 58 (23.05% from 255) = 35.37%

 GREEN value IS 80 (31.64% from 255) = 48.78%

 BLUE value IS 26 (10.55% from 255) = 15.85%

R = 35.37%
G = 48.78%
B = 15.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#3A501A (or 0x3A501A) is known color: Bronzetone. HEX triplet: 3A, 50 and 1A. RGB value is (58,80,26). Sum of RGB (Red+Green+Blue) = 58+80+26=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #3A501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A501A is #C5AFE5. Grayscale: #434343. Windows color (decimal): -12955622 or 1724474. OLE color: 1724474.

HSL color Cylindrical-coordinate representation of color #3A501A: hue angle of 84.44º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A501A is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 80 26 -
CMYK 0.28 0 0.67 0.69
HSL 84.44º 0.51% 0.21% -
HSV(B) 84.44º 0.68% 0.31% -
XYZ 4.8 6.71 2.02 -
YUV 67.27 104.71 121.39 -
System Red Green Blue C M Y K H S L
Decimal 58 80 26 0.28 0 0.67 0.69 84.44 0.51 0.21
Hex 3A 50 1A 1C 0 43 45 54 33 15
Octal 72 120 32 34 0 103 105 124 63 25
Binary 111010 1010000 11010 11100 0 1000011 1000101 1010100 110011 10101

Color Harmonies of #3A501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A501A

Black with #3A501A

Text Example


Text Example

White with #3A501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,80,26); }

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

background-color css

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

 a { background-color: rgb(58,80,26); }

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

border-color css

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

 span { border-color: rgb(58,80,26); }

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