#4F6251

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

Shades of Nandor #4F6251

Tints of Nandor #4F6251

Color information

#4F6251 (or 0x4F6251) is unknown color: approx Nandor. HEX triplet: 4F, 62 and 51. RGB value is (79,98,81). Sum of RGB (Red+Green+Blue) = 79+98+81=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 98 - color contains mainly: green. Hex color #4F6251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6251 is #B09DAE. Grayscale: #5A5A5A. Windows color (decimal): -11574703 or 5333583. OLE color: 5333583.

HSL color Cylindrical-coordinate representation of color #4F6251: hue angle of 126.32º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F6251 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB799881-
CMYK0.1900.170.62
HSL126.32º10.73%34.71%-
HSV(B)126.32º19.39%38.43%-
XYZ9.0810.999.43-
YUV90.38122.71119.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.62%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 81 (32.03% from 255) = 31.40%
R=30.62%
G=37.98%
B=31.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7998810.1900.170.62126.3210.7334.71
Hex4F6251130113E7eb23
Octal11714212123021761761343
Binary1001111110001010100011001101000111111011111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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