#4F6C4D

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

Shades of Nandor #4F6C4D

Tints of Nandor #4F6C4D

Color information

#4F6C4D (or 0x4F6C4D) is unknown color: approx Nandor. HEX triplet: 4F, 6C and 4D. RGB value is (79,108,77). Sum of RGB (Red+Green+Blue) = 79+108+77=264 (34% of max value = 765). Red value is 79 (31.25% from 255 or 29.92% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 108 - color contains mainly: green. Hex color #4F6C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6C4D is #B093B2. Grayscale: #5F5F5F. Windows color (decimal): -11572147 or 5073999. OLE color: 5073999.

HSL color Cylindrical-coordinate representation of color #4F6C4D: hue angle of 116.13º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F6C4D is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB7910877-
CMYK0.2700.290.58
HSL116.13º16.76%36.27%-
HSV(B)116.13º28.7%42.35%-
XYZ9.9312.928.99-
YUV95.8117.39116.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.92%
GREEN value IS 108 (42.58% from 255) = 40.91%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=29.92%
G=40.91%
B=29.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79108770.2700.290.58116.1316.7636.27
Hex4F6C4D1B01D3A741124
Octal11715411533035721642144
Binary10011111101100100110111011011101111010111010010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,108,77); }

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

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

 a { background-color: rgb(79,108,77); }

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

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

 span { border-color: rgb(79,108,77); }

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