#4F6238

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

Shades of Dell #4F6238

Tints of Dell #4F6238

Color information

#4F6238 (or 0x4F6238) is unknown color: approx Dell. HEX triplet: 4F, 62 and 38. RGB value is (79,98,56). Sum of RGB (Red+Green+Blue) = 79+98+56=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #4F6238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6238 is #B09DC7. Grayscale: #575757. Windows color (decimal): -11574728 or 3695183. OLE color: 3695183.

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

Color convert

RGB799856-
CMYK0.1900.430.62
HSL87.14º27.27%30.2%-
HSV(B)87.14º42.86%38.43%-
XYZ8.3110.685.37-
YUV87.53110.21121.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.91%
GREEN value IS 98 (38.67% from 255) = 42.06%
BLUE value IS 56 (22.27% from 255) = 24.03%
R=33.91%
G=42.06%
B=24.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7998560.1900.430.6287.1427.2730.2
Hex4F62381302B3E571b1e
Octal1171427023053761273336
Binary1001111110001011100010011010101111111010101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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