#4A6436

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

Shades of Dell #4A6436

Tints of Dell #4A6436

Color information

#4A6436 (or 0x4A6436) is unknown color: approx Dell. HEX triplet: 4A, 64 and 36. RGB value is (74,100,54). Sum of RGB (Red+Green+Blue) = 74+100+54=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 100 - color contains mainly: green. Hex color #4A6436 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6436 is #B59BC9. Grayscale: #575757. Windows color (decimal): -11901898 or 3564618. OLE color: 3564618.

HSL color Cylindrical-coordinate representation of color #4A6436: hue angle of 93.91º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A6436 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB7410054-
CMYK0.2600.460.61
HSL93.91º29.87%30.2%-
HSV(B)93.91º46%39.22%-
XYZ8.0510.845.16-
YUV86.98109.39118.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.46%
GREEN value IS 100 (39.45% from 255) = 43.86%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=32.46%
G=43.86%
B=23.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal74100540.2600.460.6193.9129.8730.2
Hex4A64361A02E3D5e1e1e
Octal1121446632056751363636
Binary1001010110010011011011010010111011110110111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,100,54); }

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

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

 a { background-color: rgb(74,100,54); }

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

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

 span { border-color: rgb(74,100,54); }

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