#4F6C37

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

Shades of Dell #4F6C37

Tints of Dell #4F6C37

Color information

#4F6C37 (or 0x4F6C37) is unknown color: approx Dell. HEX triplet: 4F, 6C and 37. RGB value is (79,108,55). Sum of RGB (Red+Green+Blue) = 79+108+55=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 108 - color contains mainly: green. Hex color #4F6C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6C37 is #B093C8. Grayscale: #5D5D5D. Windows color (decimal): -11572169 or 3632207. OLE color: 3632207.

HSL color Cylindrical-coordinate representation of color #4F6C37: hue angle of 92.83º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F6C37 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB7910855-
CMYK0.2700.490.58
HSL92.83º32.52%31.96%-
HSV(B)92.83º49.07%42.35%-
XYZ9.2812.665.57-
YUV93.29106.39117.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.64%
GREEN value IS 108 (42.58% from 255) = 44.63%
BLUE value IS 55 (21.88% from 255) = 22.73%
R=32.64%
G=44.63%
B=22.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79108550.2700.490.5892.8332.5231.96
Hex4F6C371B0313A5d2120
Octal1171546733061721354140
Binary100111111011001101111101101100011110101011101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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