#4A654A

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

Shades of Nandor #4A654A

Tints of Nandor #4A654A

Color information

#4A654A (or 0x4A654A) is unknown color: approx Nandor. HEX triplet: 4A, 65 and 4A. RGB value is (74,101,74). Sum of RGB (Red+Green+Blue) = 74+101+74=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #4A654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A654A is #B59AB5. Grayscale: #595959. Windows color (decimal): -11901622 or 4875594. OLE color: 4875594.

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

Color convert

RGB7410174-
CMYK0.2700.270.60
HSL120º15.43%34.31%-
HSV(B)120º26.73%39.61%-
XYZ8.7111.268.19-
YUV89.85119.05116.7-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.72%
GREEN value IS 101 (39.84% from 255) = 40.56%
BLUE value IS 74 (29.30% from 255) = 29.72%
R=29.72%
G=40.56%
B=29.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74101740.2700.270.6012015.4334.31
Hex4A654A1B01B3C78f22
Octal11214511233033741701742
Binary1001010110010110010101101101101111110011110001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,101,74); }

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

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

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

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

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

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

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