#4D6A38

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

Shades of Dell #4D6A38

Tints of Dell #4D6A38

Color information

#4D6A38 (or 0x4D6A38) is unknown color: approx Dell. HEX triplet: 4D, 6A and 38. RGB value is (77,106,56). Sum of RGB (Red+Green+Blue) = 77+106+56=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #4D6A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6A38 is #B295C7. Grayscale: #5B5B5B. Windows color (decimal): -11703752 or 3697229. OLE color: 3697229.

HSL color Cylindrical-coordinate representation of color #4D6A38: hue angle of 94.8º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D6A38 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB7710656-
CMYK0.2700.470.58
HSL94.8º30.86%31.76%-
HSV(B)94.8º47.17%41.57%-
XYZ8.9312.175.62-
YUV91.63107.89117.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.22%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=32.22%
G=44.35%
B=23.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77106560.2700.470.5894.830.8631.76
Hex4D6A381B02F3A5f1f20
Octal1151527033057721373740
Binary10011011101010111000110110101111111010101111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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