#49614A

Color #49614A Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #49614A

Tints of Nandor #49614A

Color information

#49614A (or 0x49614A) is unknown color: approx 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

RGB739774-
CMYK0.2500.240.62
HSL122.5º14.12%33.33%-
HSV(B)122.5º24.74%38.04%-
XYZ8.2610.468.06-
YUV87.2120.55117.87-

RGB Variations

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

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.30% from 255) = 30.33%
R=29.92%
G=39.75%
B=30.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397740.2500.240.62122.514.1233.33
Hex49614A190183E7ae21
Octal11114111231030761721641
Binary1001001110000110010101100101100011111011110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>