#4A6A39

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

Shades of Dell #4A6A39

Tints of Dell #4A6A39

Color information

#4A6A39 (or 0x4A6A39) is unknown color: approx Dell. HEX triplet: 4A, 6A and 39. RGB value is (74,106,57). Sum of RGB (Red+Green+Blue) = 74+106+57=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 106 - color contains mainly: green. Hex color #4A6A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6A39 is #B595C6. Grayscale: #5B5B5B. Windows color (decimal): -11900359 or 3762762. OLE color: 3762762.

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

Color convert

RGB7410657-
CMYK0.3000.460.58
HSL99.18º30.06%31.96%-
HSV(B)99.18º46.23%41.57%-
XYZ8.7212.065.74-
YUV90.85108.9115.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.22%
GREEN value IS 106 (41.80% from 255) = 44.73%
BLUE value IS 57 (22.66% from 255) = 24.05%
R=31.22%
G=44.73%
B=24.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74106570.3000.460.5899.1830.0631.96
Hex4A6A391E02E3A631e20
Octal1121527136056721433640
Binary10010101101010111001111100101110111010110001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,106,57); }

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

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

 a { background-color: rgb(74,106,57); }

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

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

 span { border-color: rgb(74,106,57); }

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