#4A6F35

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

Shades of Dell #4A6F35

Tints of Dell #4A6F35

Color information

#4A6F35 (or 0x4A6F35) is unknown color: approx Dell. HEX triplet: 4A, 6F and 35. RGB value is (74,111,53). Sum of RGB (Red+Green+Blue) = 74+111+53=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6F35 is #B590CA. Grayscale: #5D5D5D. Windows color (decimal): -11899083 or 3501898. OLE color: 3501898.

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

Color convert

RGB7411153-
CMYK0.3300.520.56
HSL98.28º35.37%32.16%-
HSV(B)98.28º52.25%43.53%-
XYZ9.1513.085.41-
YUV93.32105.24114.22-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.09%
GREEN value IS 111 (43.75% from 255) = 46.64%
BLUE value IS 53 (21.09% from 255) = 22.27%
R=31.09%
G=46.64%
B=22.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74111530.3300.520.5698.2835.3732.16
Hex4A6F352103438622320
Octal1121576541064701424340
Binary1001010110111111010110000101101001110001100010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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