#4F6237

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

Shades of Dell #4F6237

Tints of Dell #4F6237

Color information

#4F6237 (or 0x4F6237) is unknown color: approx Dell. HEX triplet: 4F, 62 and 37. RGB value is (79,98,55). Sum of RGB (Red+Green+Blue) = 79+98+55=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #4F6237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6237 is #B09DC8. Grayscale: #575757. Windows color (decimal): -11574729 or 3629647. OLE color: 3629647.

HSL color Cylindrical-coordinate representation of color #4F6237: hue angle of 86.51º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F6237 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB799855-
CMYK0.1900.440.62
HSL86.51º28.1%30%-
HSV(B)86.51º43.88%38.43%-
XYZ8.2810.675.24-
YUV87.42109.71122-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.05%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 55 (21.88% from 255) = 23.71%
R=34.05%
G=42.24%
B=23.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7998550.1900.440.6286.5128.130
Hex4F62371302C3E571c1e
Octal1171426723054761273436
Binary1001111110001011011110011010110011111010101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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