#4F623D

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

Shades of Dell #4F623D

Tints of Dell #4F623D

Color information

#4F623D (or 0x4F623D) is unknown color: approx Dell. HEX triplet: 4F, 62 and 3D. RGB value is (79,98,61). Sum of RGB (Red+Green+Blue) = 79+98+61=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #4F623D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F623D is #B09DC2. Grayscale: #585858. Windows color (decimal): -11574723 or 4022863. OLE color: 4022863.

HSL color Cylindrical-coordinate representation of color #4F623D: hue angle of 90.81º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F623D is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB799861-
CMYK0.1900.380.62
HSL90.81º23.27%31.18%-
HSV(B)90.81º37.76%38.43%-
XYZ8.4310.736.04-
YUV88.1112.71121.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.19%
GREEN value IS 98 (38.67% from 255) = 41.18%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=33.19%
G=41.18%
B=25.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7998610.1900.380.6290.8123.2731.18
Hex4F623D130263E5b171f
Octal1171427523046761332737
Binary1001111110001011110110011010011011111010110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F623D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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