#4C5F4A

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

Shades of Nandor #4C5F4A

Tints of Nandor #4C5F4A

Color information

#4C5F4A (or 0x4C5F4A) is unknown color: approx Nandor. HEX triplet: 4C, 5F and 4A. RGB value is (76,95,74). Sum of RGB (Red+Green+Blue) = 76+95+74=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 95 - color contains mainly: green. Hex color #4C5F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5F4A is #B3A0B5. Grayscale: #565656. Windows color (decimal): -11772086 or 4874060. OLE color: 4874060.

HSL color Cylindrical-coordinate representation of color #4C5F4A: hue angle of 114.29º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C5F4A is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB769574-
CMYK0.2000.220.63
HSL114.29º12.43%33.14%-
HSV(B)114.29º22.11%37.25%-
XYZ8.3110.228.01-
YUV86.92120.71120.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.02%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=31.02%
G=38.78%
B=30.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7695740.2000.220.63114.2912.4333.14
Hex4C5F4A140163F72c21
Octal11413711224026771621441
Binary1001100101111110010101010001011011111111100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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