Html Css Color HEX #4F594F Nandor

📋 copy color: '#4F594F'

red 79 ◦ green 89 ◦ blue 79

#4F594F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nandor #4F594F

Tints of Nandor #4F594F

RGB

 RED value IS 79 (31.25% from 255) = 31.98%

 GREEN value IS 89 (35.16% from 255) = 36.03%

 BLUE value IS 79 (31.25% from 255) = 31.98%

R = 31.98%
G = 36.03%
B = 31.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#4F594F (or 0x4F594F) is known color: Nandor. HEX triplet: 4F, 59 and 4F. RGB value is (79,89,79). Sum of RGB (Red+Green+Blue) = 79+89+79=247 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.98% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 89 - color contains mainly: green. Hex color #4F594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F594F is #B0A6B0. Grayscale: #545454. Windows color (decimal): -11577009 or 5200207. OLE color: 5200207.

HSL color Cylindrical-coordinate representation of color #4F594F: hue angle of 120º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4F594F is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 89 79 -
CMYK 0.11 0 0.11 0.65
HSL 120º 0.06% 0.33% -
HSV(B) 120º 0.11% 0.35% -
XYZ 8.21 9.37 8.77 -
YUV 84.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 79 89 79 0.11 0 0.11 0.65 120 0.06 0.33
Hex 4F 59 4F B 0 B 41 78 6 21
Octal 117 131 117 13 0 13 101 170 6 41
Binary 1001111 1011001 1001111 1011 0 1011 1000001 1111000 110 100001

Color Harmonies of #4F594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F594F

Black with #4F594F

Text Example


Text Example

White with #4F594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,89,79); }

 H1.HeaderClassName
 {
   color: #4F594F;
 }
 .AnyTagClassName
 {
   color: #4F594F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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