#4F6F34

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

Shades of Dell #4F6F34

Tints of Dell #4F6F34

Color information

#4F6F34 (or 0x4F6F34) is unknown color: approx Dell. HEX triplet: 4F, 6F and 34. RGB value is (79,111,52). Sum of RGB (Red+Green+Blue) = 79+111+52=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 111 - color contains mainly: green. Hex color #4F6F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6F34 is #B090CB. Grayscale: #5E5E5E. Windows color (decimal): -11571404 or 3436367. OLE color: 3436367.

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

Color convert

RGB7911152-
CMYK0.2900.530.56
HSL92.54º36.2%31.96%-
HSV(B)92.54º53.15%43.53%-
XYZ9.5313.285.31-
YUV94.71103.9116.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.64%
GREEN value IS 111 (43.75% from 255) = 45.87%
BLUE value IS 52 (20.70% from 255) = 21.49%
R=32.64%
G=45.87%
B=21.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79111520.2900.530.5692.5436.231.96
Hex4F6F341D035385d2420
Octal1171576435065701354440
Binary100111111011111101001110101101011110001011101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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