Html Css Color HEX #49684B Nandor

📋 copy color: '#49684B'

red 73 ◦ green 104 ◦ blue 75

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

Shades of Nandor #49684B

Tints of Nandor #49684B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.27%

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

R = 28.97%
G = 41.27%
B = 29.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#49684B (or 0x49684B) is known color: Nandor. HEX triplet: 49, 68 and 4B. RGB value is (73,104,75). Sum of RGB (Red+Green+Blue) = 73+104+75=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 104 - color contains mainly: green. Hex color #49684B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49684B is #B697B4. Grayscale: #5B5B5B. Windows color (decimal): -11966389 or 4941897. OLE color: 4941897.

HSL color Cylindrical-coordinate representation of color #49684B: hue angle of 123.87º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49684B is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 75 -
CMYK 0.30 0 0.28 0.59
HSL 123.87º 0.18% 0.35% -
HSV(B) 123.87º 0.3% 0.41% -
XYZ 8.97 11.83 8.47 -
YUV 91.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 73 104 75 0.30 0 0.28 0.59 123.87 0.18 0.35
Hex 49 68 4B 1E 0 1C 3B 7C 12 23
Octal 111 150 113 36 0 34 73 174 22 43
Binary 1001001 1101000 1001011 11110 0 11100 111011 1111100 10010 100011

Color Harmonies of #49684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49684B

Black with #49684B

Text Example


Text Example

White with #49684B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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