#4F7033

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

Shades of Dell #4F7033

Tints of Dell #4F7033

Color information

#4F7033 (or 0x4F7033) is unknown color: approx Dell. HEX triplet: 4F, 70 and 33. RGB value is (79,112,51). Sum of RGB (Red+Green+Blue) = 79+112+51=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7033 is #B08FCC. Grayscale: #5F5F5F. Windows color (decimal): -11571149 or 3371087. OLE color: 3371087.

HSL color Cylindrical-coordinate representation of color #4F7033: hue angle of 92.46º 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 #4F7033 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB7911251-
CMYK0.2900.540.56
HSL92.46º37.42%31.96%-
HSV(B)92.46º54.46%43.92%-
XYZ9.6213.495.23-
YUV95.18103.07116.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.64%
GREEN value IS 112 (44.14% from 255) = 46.28%
BLUE value IS 51 (20.31% from 255) = 21.07%
R=32.64%
G=46.28%
B=21.07%

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
Decimal79112510.2900.540.5692.4637.4231.96
Hex4F70331D036385c2520
Octal1171606335066701344540
Binary100111111100001100111110101101101110001011100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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