#4C654A

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

Shades of Nandor #4C654A

Tints of Nandor #4C654A

Color information

#4C654A (or 0x4C654A) is unknown color: approx Nandor. HEX triplet: 4C, 65 and 4A. RGB value is (76,101,74). Sum of RGB (Red+Green+Blue) = 76+101+74=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 101 - color contains mainly: green. Hex color #4C654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C654A is #B39AB5. Grayscale: #5A5A5A. Windows color (decimal): -11770550 or 4875596. OLE color: 4875596.

HSL color Cylindrical-coordinate representation of color #4C654A: hue angle of 115.56º 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 #4C654A is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB7610174-
CMYK0.2500.270.60
HSL115.56º15.43%34.31%-
HSV(B)115.56º26.73%39.61%-
XYZ8.8711.348.2-
YUV90.45118.72117.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.28%
GREEN value IS 101 (39.84% from 255) = 40.24%
BLUE value IS 74 (29.30% from 255) = 29.48%
R=30.28%
G=40.24%
B=29.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76101740.2500.270.60115.5615.4334.31
Hex4C654A1901B3C74f22
Octal11414511231033741641742
Binary1001100110010110010101100101101111110011101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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