Html Css Color HEX #495229 Bronzetone

📋 copy color: '#495229'

red 73 ◦ green 82 ◦ blue 41

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

Shades of Bronzetone #495229

Tints of Bronzetone #495229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.84%

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

R = 37.24%
G = 41.84%
B = 20.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#495229 (or 0x495229) is known color: Bronzetone. HEX triplet: 49, 52 and 29. RGB value is (73,82,41). Sum of RGB (Red+Green+Blue) = 73+82+41=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #495229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495229 is #B6ADD6. Grayscale: #4A4A4A. Windows color (decimal): -11972055 or 2708041. OLE color: 2708041.

HSL color Cylindrical-coordinate representation of color #495229: hue angle of 73.17º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #495229 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 82 41 -
CMYK 0.11 0 0.50 0.68
HSL 73.17º 0.33% 0.24% -
HSV(B) 73.17º 0.5% 0.32% -
XYZ 6.17 7.61 3.24 -
YUV 74.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 73 82 41 0.11 0 0.50 0.68 73.17 0.33 0.24
Hex 49 52 29 B 0 32 44 49 21 18
Octal 111 122 51 13 0 62 104 111 41 30
Binary 1001001 1010010 101001 1011 0 110010 1000100 1001001 100001 11000

Color Harmonies of #495229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495229

Black with #495229

Text Example


Text Example

White with #495229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495229; }

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

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

background-color css

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

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

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

border-color css

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

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

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