#4F6239

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

Shades of Dell #4F6239

Tints of Dell #4F6239

Color information

#4F6239 (or 0x4F6239) is unknown color: approx Dell. HEX triplet: 4F, 62 and 39. RGB value is (79,98,57). Sum of RGB (Red+Green+Blue) = 79+98+57=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #4F6239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6239 is #B09DC6. Grayscale: #575757. Windows color (decimal): -11574727 or 3760719. OLE color: 3760719.

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

Color convert

RGB799857-
CMYK0.1900.420.62
HSL87.8º26.45%30.39%-
HSV(B)87.8º41.84%38.43%-
XYZ8.3310.695.5-
YUV87.64110.71121.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.76%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 57 (22.66% from 255) = 24.36%
R=33.76%
G=41.88%
B=24.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7998570.1900.420.6287.826.4530.39
Hex4F62391302A3E581a1e
Octal1171427123052761303236
Binary1001111110001011100110011010101011111010110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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