Html Css Color HEX #495429 Bronzetone

📋 copy color: '#495429'

red 73 ◦ green 84 ◦ blue 41

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

Shades of Bronzetone #495429

Tints of Bronzetone #495429

RGB

 RED value IS 73 (28.91% from 255) = 36.87%

 GREEN value IS 84 (33.2% from 255) = 42.42%

 BLUE value IS 41 (16.41% from 255) = 20.71%

R = 36.87%
G = 42.42%
B = 20.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#495429 (or 0x495429) is known color: Bronzetone. HEX triplet: 49, 54 and 29. RGB value is (73,84,41). Sum of RGB (Red+Green+Blue) = 73+84+41=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #495429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495429 is #B6ABD6. Grayscale: #4B4B4B. Windows color (decimal): -11971543 or 2708553. OLE color: 2708553.

HSL color Cylindrical-coordinate representation of color #495429: hue angle of 75.35º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495429 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 84 41 -
CMYK 0.13 0 0.51 0.67
HSL 75.35º 0.34% 0.25% -
HSV(B) 75.35º 0.51% 0.33% -
XYZ 6.32 7.92 3.29 -
YUV 75.81 108.36 126 -
System Red Green Blue C M Y K H S L
Decimal 73 84 41 0.13 0 0.51 0.67 75.35 0.34 0.25
Hex 49 54 29 D 0 33 43 4B 22 19
Octal 111 124 51 15 0 63 103 113 42 31
Binary 1001001 1010100 101001 1101 0 110011 1000011 1001011 100010 11001

Color Harmonies of #495429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495429

Black with #495429

Text Example


Text Example

White with #495429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495429; }

 p { color: rgb(73,84,41); }

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

background-color css

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

 a { background-color: rgb(73,84,41); }

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

border-color css

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

 span { border-color: rgb(73,84,41); }

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