Html Css Color HEX #49594B Nandor

📋 copy color: '#49594B'

red 73 ◦ green 89 ◦ blue 75

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

Shades of Nandor #49594B

Tints of Nandor #49594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.65%

R = 30.8%
G = 37.55%
B = 31.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#49594B (or 0x49594B) is known color: Nandor. HEX triplet: 49, 59 and 4B. RGB value is (73,89,75). Sum of RGB (Red+Green+Blue) = 73+89+75=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 89 - color contains mainly: green. Hex color #49594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49594B is #B6A6B4. Grayscale: #525252. Windows color (decimal): -11970229 or 4938057. OLE color: 4938057.

HSL color Cylindrical-coordinate representation of color #49594B: hue angle of 127.5º 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 #49594B is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 75 -
CMYK 0.18 0 0.16 0.65
HSL 127.5º 0.1% 0.32% -
HSV(B) 127.5º 0.18% 0.35% -
XYZ 7.59 9.07 8.01 -
YUV 82.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 73 89 75 0.18 0 0.16 0.65 127.5 0.1 0.32
Hex 49 59 4B 12 0 10 41 80 A 20
Octal 111 131 113 22 0 20 101 200 12 40
Binary 1001001 1011001 1001011 10010 0 10000 1000001 10000000 1010 100000

Color Harmonies of #49594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49594B

Black with #49594B

Text Example


Text Example

White with #49594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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