Html Css Color HEX #49554B Nandor

📋 copy color: '#49554B'

red 73 ◦ green 85 ◦ blue 75

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

Shades of Nandor #49554B

Tints of Nandor #49554B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.48%

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

R = 31.33%
G = 36.48%
B = 32.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#49554B (or 0x49554B) is known color: Nandor. HEX triplet: 49, 55 and 4B. RGB value is (73,85,75). Sum of RGB (Red+Green+Blue) = 73+85+75=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #49554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49554B is #B6AAB4. Grayscale: #505050. Windows color (decimal): -11971253 or 4937033. OLE color: 4937033.

HSL color Cylindrical-coordinate representation of color #49554B: hue angle of 130º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #49554B is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 75 -
CMYK 0.14 0 0.12 0.67
HSL 130º 0.08% 0.31% -
HSV(B) 130º 0.14% 0.33% -
XYZ 7.27 8.42 7.9 -
YUV 80.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 73 85 75 0.14 0 0.12 0.67 130 0.08 0.31
Hex 49 55 4B E 0 C 43 82 8 1F
Octal 111 125 113 16 0 14 103 202 10 37
Binary 1001001 1010101 1001011 1110 0 1100 1000011 10000010 1000 11111

Color Harmonies of #49554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49554B

Black with #49554B

Text Example


Text Example

White with #49554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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