#49614B

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

Shades of Nandor #49614B

Tints of Nandor #49614B

Color information

#49614B (or 0x49614B) is unknown color: approx Nandor. HEX triplet: 49, 61 and 4B. RGB value is (73,97,75). Sum of RGB (Red+Green+Blue) = 73+97+75=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #49614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49614B is #B69EB4. Grayscale: #575757. Windows color (decimal): -11968181 or 4940105. OLE color: 4940105.

HSL color Cylindrical-coordinate representation of color #49614B: hue angle of 125º 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 #49614B is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB739775-
CMYK0.2500.230.62
HSL125º14.12%33.33%-
HSV(B)125º24.74%38.04%-
XYZ8.2910.478.24-
YUV87.32121.05117.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=29.80%
G=39.59%
B=30.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397750.2500.230.6212514.1233.33
Hex49614B190173E7de21
Octal11114111331027761751641
Binary1001001110000110010111100101011111111011111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49614B;
 }
 .AnyTagClassName
 {
   color: #49614B;
 }
</style>
background-color css

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

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

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

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

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

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