#4F7138

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

Shades of Dell #4F7138

Tints of Dell #4F7138

Color information

#4F7138 (or 0x4F7138) is unknown color: approx Dell. HEX triplet: 4F, 71 and 38. RGB value is (79,113,56). Sum of RGB (Red+Green+Blue) = 79+113+56=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #4F7138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7138 is #B08EC7. Grayscale: #606060. Windows color (decimal): -11570888 or 3699023. OLE color: 3699023.

HSL color Cylindrical-coordinate representation of color #4F7138: hue angle of 95.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F7138 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB7911356-
CMYK0.3000.500.56
HSL95.79º33.73%33.14%-
HSV(B)95.79º50.44%44.31%-
XYZ9.8413.765.88-
YUV96.34105.24115.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.85%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 56 (22.27% from 255) = 22.58%
R=31.85%
G=45.56%
B=22.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79113560.3000.500.5695.7933.7333.14
Hex4F71381E03238602221
Octal1171617036062701404241
Binary100111111100011110001111001100101110001100000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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