Html Css Color HEX #49594A Nandor

📋 copy color: '#49594A'

red 73 ◦ green 89 ◦ blue 74

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

Shades of Nandor #49594A

Tints of Nandor #49594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.71%

 BLUE value IS 74 (29.3% from 255) = 31.36%

R = 30.93%
G = 37.71%
B = 31.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#49594A (or 0x49594A) is known color: Nandor. HEX triplet: 49, 59 and 4A. RGB value is (73,89,74). Sum of RGB (Red+Green+Blue) = 73+89+74=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 89 - color contains mainly: green. Hex color #49594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49594A is #B6A6B5. Grayscale: #525252. Windows color (decimal): -11970230 or 4872521. OLE color: 4872521.

HSL color Cylindrical-coordinate representation of color #49594A: hue angle of 123.75º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #49594A is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 74 -
CMYK 0.18 0 0.17 0.65
HSL 123.75º 0.1% 0.32% -
HSV(B) 123.75º 0.18% 0.35% -
XYZ 7.56 9.06 7.83 -
YUV 82.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 73 89 74 0.18 0 0.17 0.65 123.75 0.1 0.32
Hex 49 59 4A 12 0 11 41 7C A 20
Octal 111 131 112 22 0 21 101 174 12 40
Binary 1001001 1011001 1001010 10010 0 10001 1000001 1111100 1010 100000

Color Harmonies of #49594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49594A

Black with #49594A

Text Example


Text Example

White with #49594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49594A; }

 p { color: rgb(73,89,74); }

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

background-color css

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

 a { background-color: rgb(73,89,74); }

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

border-color css

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

 span { border-color: rgb(73,89,74); }

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