#4A6D38

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

Shades of Dell #4A6D38

Tints of Dell #4A6D38

Color information

#4A6D38 (or 0x4A6D38) is unknown color: approx Dell. HEX triplet: 4A, 6D and 38. RGB value is (74,109,56). Sum of RGB (Red+Green+Blue) = 74+109+56=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 109 - color contains mainly: green. Hex color #4A6D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6D38 is #B592C7. Grayscale: #5C5C5C. Windows color (decimal): -11899592 or 3697994. OLE color: 3697994.

HSL color Cylindrical-coordinate representation of color #4A6D38: hue angle of 99.62º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A6D38 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.57.

Color convert

RGB7410956-
CMYK0.3200.490.57
HSL99.62º32.12%32.35%-
HSV(B)99.62º48.62%42.75%-
XYZ9.0112.685.71-
YUV92.49107.4114.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.96%
GREEN value IS 109 (42.97% from 255) = 45.61%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=30.96%
G=45.61%
B=23.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal74109560.3200.490.5799.6232.1232.35
Hex4A6D382003139642020
Octal1121557040061711444040
Binary1001010110110111100010000001100011110011100100100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,109,56); }

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

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

 a { background-color: rgb(74,109,56); }

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

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

 span { border-color: rgb(74,109,56); }

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