#4F6D37

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

Shades of Dell #4F6D37

Tints of Dell #4F6D37

Color information

#4F6D37 (or 0x4F6D37) is unknown color: approx Dell. HEX triplet: 4F, 6D and 37. RGB value is (79,109,55). Sum of RGB (Red+Green+Blue) = 79+109+55=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 109 - color contains mainly: green. Hex color #4F6D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6D37 is #B092C8. Grayscale: #5E5E5E. Windows color (decimal): -11571913 or 3632463. OLE color: 3632463.

HSL color Cylindrical-coordinate representation of color #4F6D37: hue angle of 93.33º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F6D37 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.57.

Color convert

RGB7910955-
CMYK0.2800.500.57
HSL93.33º32.93%32.16%-
HSV(B)93.33º49.54%42.75%-
XYZ9.3812.885.61-
YUV93.87106.06117.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.51%
GREEN value IS 109 (42.97% from 255) = 44.86%
BLUE value IS 55 (21.88% from 255) = 22.63%
R=32.51%
G=44.86%
B=22.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79109550.2800.500.5793.3332.9332.16
Hex4F6D371C032395d2120
Octal1171556734062711354140
Binary100111111011011101111110001100101110011011101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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