#4F6651

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

Shades of Nandor #4F6651

Tints of Nandor #4F6651

Color information

#4F6651 (or 0x4F6651) is unknown color: approx Nandor. HEX triplet: 4F, 66 and 51. RGB value is (79,102,81). Sum of RGB (Red+Green+Blue) = 79+102+81=262 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.15% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 102 - color contains mainly: green. Hex color #4F6651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6651 is #B099AE. Grayscale: #5C5C5C. Windows color (decimal): -11573679 or 5334607. OLE color: 5334607.

HSL color Cylindrical-coordinate representation of color #4F6651: hue angle of 125.22º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F6651 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB7910281-
CMYK0.2300.210.6
HSL125.22º12.71%35.49%-
HSV(B)125.22º22.55%40%-
XYZ9.4611.769.56-
YUV92.73121.38118.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.15%
GREEN value IS 102 (40.23% from 255) = 38.93%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=30.15%
G=38.93%
B=30.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal79102810.2300.210.6125.2212.7135.49
Hex4F6651170153C7dd23
Octal11714612127025741751543
Binary1001111110011010100011011101010111110011111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,102,81); }

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

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

 a { background-color: rgb(79,102,81); }

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

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

 span { border-color: rgb(79,102,81); }

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