Html Css Color HEX #4F6251 Nandor

📋 copy color: '#4F6251'

red 79 ◦ green 98 ◦ blue 81

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

Shades of Nandor #4F6251

Tints of Nandor #4F6251

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.4%

R = 30.62%
G = 37.98%
B = 31.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#4F6251 (or 0x4F6251) is known color: 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

RGB 79 98 81 -
CMYK 0.19 0 0.17 0.62
HSL 126.32º 0.11% 0.35% -
HSV(B) 126.32º 0.19% 0.38% -
XYZ 9.08 10.99 9.43 -
YUV 90.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 79 98 81 0.19 0 0.17 0.62 126.32 0.11 0.35
Hex 4F 62 51 13 0 11 3E 7E B 23
Octal 117 142 121 23 0 21 76 176 13 43
Binary 1001111 1100010 1010001 10011 0 10001 111110 1111110 1011 100011

Color Harmonies of #4F6251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6251

Black with #4F6251

Text Example


Text Example

White with #4F6251

Text Example


Text Example

HTML Codes & Css Web 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>