#4F6138

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

Shades of Dell #4F6138

Tints of Dell #4F6138

Color information

#4F6138 (or 0x4F6138) is unknown color: approx Dell. HEX triplet: 4F, 61 and 38. RGB value is (79,97,56). Sum of RGB (Red+Green+Blue) = 79+97+56=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #4F6138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6138 is #B09EC7. Grayscale: #575757. Windows color (decimal): -11574984 or 3694927. OLE color: 3694927.

HSL color Cylindrical-coordinate representation of color #4F6138: hue angle of 86.34º degrees, saturation: 0.27, 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 #4F6138 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB799756-
CMYK0.1900.420.62
HSL86.34º26.8%30%-
HSV(B)86.34º42.27%38.04%-
XYZ8.2110.55.33-
YUV86.94110.54122.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.05%
GREEN value IS 97 (38.28% from 255) = 41.81%
BLUE value IS 56 (22.27% from 255) = 24.14%
R=34.05%
G=41.81%
B=24.14%

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
Decimal7997560.1900.420.6286.3426.830
Hex4F61381302A3E561b1e
Octal1171417023052761263336
Binary1001111110000111100010011010101011111010101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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