Html Css Color HEX #49614A Nandor

📋 copy color: '#49614A'

red 73 ◦ green 97 ◦ blue 74

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

Shades of Nandor #49614A

Tints of Nandor #49614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.75%

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

R = 29.92%
G = 39.75%
B = 30.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#49614A (or 0x49614A) is known color: Nandor. HEX triplet: 49, 61 and 4A. RGB value is (73,97,74). Sum of RGB (Red+Green+Blue) = 73+97+74=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #49614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49614A is #B69EB5. Grayscale: #575757. Windows color (decimal): -11968182 or 4874569. OLE color: 4874569.

HSL color Cylindrical-coordinate representation of color #49614A: hue angle of 122.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #49614A is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 97 74 -
CMYK 0.25 0 0.24 0.62
HSL 122.5º 0.14% 0.33% -
HSV(B) 122.5º 0.25% 0.38% -
XYZ 8.26 10.46 8.06 -
YUV 87.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 73 97 74 0.25 0 0.24 0.62 122.5 0.14 0.33
Hex 49 61 4A 19 0 18 3E 7B E 21
Octal 111 141 112 31 0 30 76 173 16 41
Binary 1001001 1100001 1001010 11001 0 11000 111110 1111011 1110 100001

Color Harmonies of #49614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49614A

Black with #49614A

Text Example


Text Example

White with #49614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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