#4F693D

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

Shades of Dell #4F693D

Tints of Dell #4F693D

Color information

#4F693D (or 0x4F693D) is unknown color: approx Dell. HEX triplet: 4F, 69 and 3D. RGB value is (79,105,61). Sum of RGB (Red+Green+Blue) = 79+105+61=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #4F693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F693D is #B096C2. Grayscale: #5C5C5C. Windows color (decimal): -11572931 or 4024655. OLE color: 4024655.

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

Color convert

RGB7910561-
CMYK0.2500.420.59
HSL95.45º26.51%32.55%-
HSV(B)95.45º41.9%41.18%-
XYZ9.1212.16.27-
YUV92.21110.39118.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.24%
GREEN value IS 105 (41.41% from 255) = 42.86%
BLUE value IS 61 (24.22% from 255) = 24.90%
R=32.24%
G=42.86%
B=24.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79105610.2500.420.5995.4526.5132.55
Hex4F693D1902A3B5f1b21
Octal1171517531052731373341
Binary10011111101001111101110010101010111011101111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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