#4F613C

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

Shades of Dell #4F613C

Tints of Dell #4F613C

Color information

#4F613C (or 0x4F613C) is unknown color: approx Dell. HEX triplet: 4F, 61 and 3C. RGB value is (79,97,60). Sum of RGB (Red+Green+Blue) = 79+97+60=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 97 - color contains mainly: green. Hex color #4F613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F613C is #B09EC3. Grayscale: #575757. Windows color (decimal): -11574980 or 3957071. OLE color: 3957071.

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

Color convert

RGB799760-
CMYK0.1900.380.62
HSL89.19º23.57%30.78%-
HSV(B)89.19º38.14%38.04%-
XYZ8.3110.545.87-
YUV87.4112.54122.01-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.47%
GREEN value IS 97 (38.28% from 255) = 41.10%
BLUE value IS 60 (23.83% from 255) = 25.42%
R=33.47%
G=41.10%
B=25.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7997600.1900.380.6289.1923.5730.78
Hex4F613C130263E59181f
Octal1171417423046761313037
Binary1001111110000111110010011010011011111010110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,97,60); }

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

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

 a { background-color: rgb(79,97,60); }

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

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

 span { border-color: rgb(79,97,60); }

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