#4F7034

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

Shades of Dell #4F7034

Tints of Dell #4F7034

Color information

#4F7034 (or 0x4F7034) is unknown color: approx Dell. HEX triplet: 4F, 70 and 34. RGB value is (79,112,52). Sum of RGB (Red+Green+Blue) = 79+112+52=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7034 is #B08FCB. Grayscale: #5F5F5F. Windows color (decimal): -11571148 or 3436623. OLE color: 3436623.

HSL color Cylindrical-coordinate representation of color #4F7034: hue angle of 93º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F7034 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB7911252-
CMYK0.2900.540.56
HSL93º36.59%32.16%-
HSV(B)93º53.57%43.92%-
XYZ9.6413.55.35-
YUV95.29103.57116.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.51%
GREEN value IS 112 (44.14% from 255) = 46.09%
BLUE value IS 52 (20.70% from 255) = 21.40%
R=32.51%
G=46.09%
B=21.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79112520.2900.540.569336.5932.16
Hex4F70341D036385d2520
Octal1171606435066701354540
Binary100111111100001101001110101101101110001011101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,112,52); }

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

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

 a { background-color: rgb(79,112,52); }

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

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

 span { border-color: rgb(79,112,52); }

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