#4A6649

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

Shades of Nandor #4A6649

Tints of Nandor #4A6649

Color information

#4A6649 (or 0x4A6649) is unknown color: approx Nandor. HEX triplet: 4A, 66 and 49. RGB value is (74,102,73). Sum of RGB (Red+Green+Blue) = 74+102+73=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 102 - color contains mainly: green. Hex color #4A6649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6649 is #B599B6. Grayscale: #5A5A5A. Windows color (decimal): -11901367 or 4810314. OLE color: 4810314.

HSL color Cylindrical-coordinate representation of color #4A6649: hue angle of 117.93º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A6649 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB7410273-
CMYK0.2700.280.6
HSL117.93º16.57%34.31%-
HSV(B)117.93º28.43%40%-
XYZ8.7811.448.05-
YUV90.32118.22116.36-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.72%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 73 (28.91% from 255) = 29.32%
R=29.72%
G=40.96%
B=29.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal74102730.2700.280.6117.9316.5734.31
Hex4A66491B01C3C761122
Octal11214611133034741662142
Binary10010101100110100100111011011100111100111011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A6649; }

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

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

<style>
 a { background-color: #4A6649; }

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

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

<style>
 span { border-color: #4A6649; }

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

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