#4F623C

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

Shades of Dell #4F623C

Tints of Dell #4F623C

Color information

#4F623C (or 0x4F623C) is unknown color: approx Dell. HEX triplet: 4F, 62 and 3C. RGB value is (79,98,60). Sum of RGB (Red+Green+Blue) = 79+98+60=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #4F623C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F623C is #B09DC3. Grayscale: #585858. Windows color (decimal): -11574724 or 3957327. OLE color: 3957327.

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

Color convert

RGB799860-
CMYK0.1900.390.62
HSL90º24.05%30.98%-
HSV(B)90º38.78%38.43%-
XYZ8.4110.725.9-
YUV87.99112.21121.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.33%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 60 (23.83% from 255) = 25.32%
R=33.33%
G=41.35%
B=25.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7998600.1900.390.629024.0530.98
Hex4F623C130273E5a181f
Octal1171427423047761323037
Binary1001111110001011110010011010011111111010110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F623C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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