#4F6539

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

Shades of Dell #4F6539

Tints of Dell #4F6539

Color information

#4F6539 (or 0x4F6539) is unknown color: approx Dell. HEX triplet: 4F, 65 and 39. RGB value is (79,101,57). Sum of RGB (Red+Green+Blue) = 79+101+57=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #4F6539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6539 is #B09AC6. Grayscale: #595959. Windows color (decimal): -11573959 or 3761487. OLE color: 3761487.

HSL color Cylindrical-coordinate representation of color #4F6539: hue angle of 90º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F6539 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB7910157-
CMYK0.2200.440.60
HSL90º27.85%30.98%-
HSV(B)90º43.56%39.61%-
XYZ8.6211.275.59-
YUV89.41109.71120.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.33%
GREEN value IS 101 (39.84% from 255) = 42.62%
BLUE value IS 57 (22.66% from 255) = 24.05%
R=33.33%
G=42.62%
B=24.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal79101570.2200.440.609027.8530.98
Hex4F65391602C3C5a1c1f
Octal1171457126054741323437
Binary1001111110010111100110110010110011110010110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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