Html Css Color HEX #4F6F37 Dell

📋 copy color: '#4F6F37'

red 79 ◦ green 111 ◦ blue 55

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

Shades of Dell #4F6F37

Tints of Dell #4F6F37

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.31%

 BLUE value IS 55 (21.88% from 255) = 22.45%

R = 32.24%
G = 45.31%
B = 22.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#4F6F37 (or 0x4F6F37) is known color: Dell. HEX triplet: 4F, 6F and 37. RGB value is (79,111,55). Sum of RGB (Red+Green+Blue) = 79+111+55=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #4F6F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6F37 is #B090C8. Grayscale: #5F5F5F. Windows color (decimal): -11571401 or 3632975. OLE color: 3632975.

HSL color Cylindrical-coordinate representation of color #4F6F37: hue angle of 94.29º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F6F37 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 111 55 -
CMYK 0.29 0 0.50 0.56
HSL 94.29º 0.34% 0.33% -
HSV(B) 94.29º 0.5% 0.44% -
XYZ 9.6 13.31 5.68 -
YUV 95.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 79 111 55 0.29 0 0.50 0.56 94.29 0.34 0.33
Hex 4F 6F 37 1D 0 32 38 5E 22 21
Octal 117 157 67 35 0 62 70 136 42 41
Binary 1001111 1101111 110111 11101 0 110010 111000 1011110 100010 100001

Color Harmonies of #4F6F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6F37

Black with #4F6F37

Text Example


Text Example

White with #4F6F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,111,55); }

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

background-color css

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

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

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

border-color css

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

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

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