Html Css Color HEX #495627 Bronzetone

📋 copy color: '#495627'

red 73 ◦ green 86 ◦ blue 39

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

Shades of Bronzetone #495627

Tints of Bronzetone #495627

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.43%

 BLUE value IS 39 (15.63% from 255) = 19.7%

R = 36.87%
G = 43.43%
B = 19.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#495627 (or 0x495627) is known color: Bronzetone. HEX triplet: 49, 56 and 27. RGB value is (73,86,39). Sum of RGB (Red+Green+Blue) = 73+86+39=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 86 - color contains mainly: green. Hex color #495627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495627 is #B6A9D8. Grayscale: #4C4C4C. Windows color (decimal): -11971033 or 2577993. OLE color: 2577993.

HSL color Cylindrical-coordinate representation of color #495627: hue angle of 76.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #495627 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 86 39 -
CMYK 0.15 0 0.55 0.66
HSL 76.6º 0.38% 0.25% -
HSV(B) 76.6º 0.55% 0.34% -
XYZ 6.44 8.22 3.17 -
YUV 76.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 73 86 39 0.15 0 0.55 0.66 76.6 0.38 0.25
Hex 49 56 27 F 0 37 42 4D 26 19
Octal 111 126 47 17 0 67 102 115 46 31
Binary 1001001 1010110 100111 1111 0 110111 1000010 1001101 100110 11001

Color Harmonies of #495627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495627

Black with #495627

Text Example


Text Example

White with #495627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495627; }

 p { color: rgb(73,86,39); }

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

background-color css

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

 a { background-color: rgb(73,86,39); }

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

border-color css

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

 span { border-color: rgb(73,86,39); }

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