#4D6238

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

Shades of Dell #4D6238

Tints of Dell #4D6238

Color information

#4D6238 (or 0x4D6238) is unknown color: approx Dell. HEX triplet: 4D, 62 and 38. RGB value is (77,98,56). Sum of RGB (Red+Green+Blue) = 77+98+56=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6238 is #B29DC7. Grayscale: #575757. Windows color (decimal): -11705800 or 3695181. OLE color: 3695181.

HSL color Cylindrical-coordinate representation of color #4D6238: hue angle of 90º 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 #4D6238 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB779856-
CMYK0.2100.430.62
HSL90º27.27%30.2%-
HSV(B)90º42.86%38.43%-
XYZ8.1410.65.36-
YUV86.93110.54120.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.33%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 56 (22.27% from 255) = 24.24%
R=33.33%
G=42.42%
B=24.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7798560.2100.430.629027.2730.2
Hex4D62381502B3E5a1b1e
Octal1151427025053761323336
Binary1001101110001011100010101010101111111010110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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