#4F6B3D

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

Shades of Dell #4F6B3D

Tints of Dell #4F6B3D

Color information

#4F6B3D (or 0x4F6B3D) is unknown color: approx Dell. HEX triplet: 4F, 6B and 3D. RGB value is (79,107,61). Sum of RGB (Red+Green+Blue) = 79+107+61=247 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.98% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #4F6B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6B3D is #B094C2. Grayscale: #5D5D5D. Windows color (decimal): -11572419 or 4025167. OLE color: 4025167.

HSL color Cylindrical-coordinate representation of color #4F6B3D: hue angle of 96.52º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F6B3D is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB7910761-
CMYK0.2600.430.58
HSL96.52º27.38%32.94%-
HSV(B)96.52º42.99%41.96%-
XYZ9.3212.516.34-
YUV93.38109.72117.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.98%
GREEN value IS 107 (42.19% from 255) = 43.32%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=31.98%
G=43.32%
B=24.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79107610.2600.430.5896.5227.3832.94
Hex4F6B3D1A02B3A611b21
Octal1171537532053721413341
Binary10011111101011111101110100101011111010110000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,107,61); }

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

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

 a { background-color: rgb(79,107,61); }

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

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

 span { border-color: rgb(79,107,61); }

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