#4C5A4B

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

Shades of Nandor #4C5A4B

Tints of Nandor #4C5A4B

Color information

#4C5A4B (or 0x4C5A4B) is unknown color: approx Nandor. HEX triplet: 4C, 5A and 4B. RGB value is (76,90,75). Sum of RGB (Red+Green+Blue) = 76+90+75=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5A4B is #B3A5B4. Grayscale: #545454. Windows color (decimal): -11773365 or 4938316. OLE color: 4938316.

HSL color Cylindrical-coordinate representation of color #4C5A4B: hue angle of 116º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4C5A4B is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB769075-
CMYK0.1600.170.65
HSL116º9.09%32.35%-
HSV(B)116º16.67%35.29%-
XYZ7.919.368.05-
YUV84.1122.86122.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.54%
GREEN value IS 90 (35.55% from 255) = 37.34%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=31.54%
G=37.34%
B=31.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7690750.1600.170.651169.0932.35
Hex4C5A4B100114174920
Octal114132113200211011641140
Binary10011001011010100101110000010001100000111101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,90,75); }

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

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

 a { background-color: rgb(76,90,75); }

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

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

 span { border-color: rgb(76,90,75); }

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