#4A6E35

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

Shades of Dell #4A6E35

Tints of Dell #4A6E35

Color information

#4A6E35 (or 0x4A6E35) is unknown color: approx Dell. HEX triplet: 4A, 6E and 35. RGB value is (74,110,53). Sum of RGB (Red+Green+Blue) = 74+110+53=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 110 (43.36% from 255 or 46.41% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 110 - color contains mainly: green. Hex color #4A6E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6E35 is #B591CA. Grayscale: #5C5C5C. Windows color (decimal): -11899339 or 3501642. OLE color: 3501642.

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

Color convert

RGB7411053-
CMYK0.3300.520.57
HSL97.89º34.97%31.96%-
HSV(B)97.89º51.82%43.14%-
XYZ9.0412.865.37-
YUV92.74105.57114.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.22%
GREEN value IS 110 (43.36% from 255) = 46.41%
BLUE value IS 53 (21.09% from 255) = 22.36%
R=31.22%
G=46.41%
B=22.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal74110530.3300.520.5797.8934.9731.96
Hex4A6E352103439622320
Octal1121566541064711424340
Binary1001010110111011010110000101101001110011100010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,110,53); }

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

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

 a { background-color: rgb(74,110,53); }

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

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

 span { border-color: rgb(74,110,53); }

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