#4F6A4E

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

Shades of Nandor #4F6A4E

Tints of Nandor #4F6A4E

Color information

#4F6A4E (or 0x4F6A4E) is unknown color: approx Nandor. HEX triplet: 4F, 6A and 4E. RGB value is (79,106,78). Sum of RGB (Red+Green+Blue) = 79+106+78=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 106 - color contains mainly: green. Hex color #4F6A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6A4E is #B095B1. Grayscale: #5E5E5E. Windows color (decimal): -11572658 or 5139023. OLE color: 5139023.

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

Color convert

RGB7910678-
CMYK0.2500.260.58
HSL117.86º15.22%36.08%-
HSV(B)117.86º26.42%41.57%-
XYZ9.7512.529.11-
YUV94.73118.55116.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.04%
GREEN value IS 106 (41.80% from 255) = 40.30%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=30.04%
G=40.30%
B=29.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79106780.2500.260.58117.8615.2236.08
Hex4F6A4E1901A3A76f24
Octal11715211631032721661744
Binary1001111110101010011101100101101011101011101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,106,78); }

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

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

 a { background-color: rgb(79,106,78); }

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

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

 span { border-color: rgb(79,106,78); }

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