Html Css Color HEX #4F634F Nandor

📋 copy color: '#4F634F'

red 79 ◦ green 99 ◦ blue 79

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

Shades of Nandor #4F634F

Tints of Nandor #4F634F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.52%

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

R = 30.74%
G = 38.52%
B = 30.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#4F634F (or 0x4F634F) is known color: Nandor. HEX triplet: 4F, 63 and 4F. RGB value is (79,99,79). Sum of RGB (Red+Green+Blue) = 79+99+79=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 99 - color contains mainly: green. Hex color #4F634F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F634F is #B09CB0. Grayscale: #5A5A5A. Windows color (decimal): -11574449 or 5202767. OLE color: 5202767.

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

Color convert

RGB 79 99 79 -
CMYK 0.20 0 0.20 0.61
HSL 120º 0.11% 0.35% -
HSV(B) 120º 0.2% 0.39% -
XYZ 9.1 11.15 9.07 -
YUV 90.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 79 99 79 0.20 0 0.20 0.61 120 0.11 0.35
Hex 4F 63 4F 14 0 14 3D 78 B 23
Octal 117 143 117 24 0 24 75 170 13 43
Binary 1001111 1100011 1001111 10100 0 10100 111101 1111000 1011 100011

Color Harmonies of #4F634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F634F

Black with #4F634F

Text Example


Text Example

White with #4F634F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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