Html Css Color HEX #49684A Nandor

📋 copy color: '#49684A'

red 73 ◦ green 104 ◦ blue 74

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

Shades of Nandor #49684A

Tints of Nandor #49684A

RGB

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

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

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

R = 29.08%
G = 41.43%
B = 29.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#49684A (or 0x49684A) is known color: Nandor. HEX triplet: 49, 68 and 4A. RGB value is (73,104,74). Sum of RGB (Red+Green+Blue) = 73+104+74=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 104 - color contains mainly: green. Hex color #49684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49684A is #B697B5. Grayscale: #5B5B5B. Windows color (decimal): -11966390 or 4876361. OLE color: 4876361.

HSL color Cylindrical-coordinate representation of color #49684A: hue angle of 121.94º 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 #49684A is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 74 -
CMYK 0.30 0 0.29 0.59
HSL 121.94º 0.18% 0.35% -
HSV(B) 121.94º 0.3% 0.41% -
XYZ 8.93 11.81 8.29 -
YUV 91.31 118.23 114.94 -
System Red Green Blue C M Y K H S L
Decimal 73 104 74 0.30 0 0.29 0.59 121.94 0.18 0.35
Hex 49 68 4A 1E 0 1D 3B 7A 12 23
Octal 111 150 112 36 0 35 73 172 22 43
Binary 1001001 1101000 1001010 11110 0 11101 111011 1111010 10010 100011

Color Harmonies of #49684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49684A

Black with #49684A

Text Example


Text Example

White with #49684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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