#4A622D

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

Shades of Dell #4A622D

Tints of Dell #4A622D

Color information

#4A622D (or 0x4A622D) is unknown color: approx Dell. HEX triplet: 4A, 62 and 2D. RGB value is (74,98,45). Sum of RGB (Red+Green+Blue) = 74+98+45=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #4A622D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A622D is #B59DD2. Grayscale: #545454. Windows color (decimal): -11902419 or 2974282. OLE color: 2974282.

HSL color Cylindrical-coordinate representation of color #4A622D: hue angle of 87.17º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A622D is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB749845-
CMYK0.2400.540.62
HSL87.17º37.06%28.04%-
HSV(B)87.17º54.08%38.43%-
XYZ7.6710.384.08-
YUV84.78105.55120.31-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.10%
GREEN value IS 98 (38.67% from 255) = 45.16%
BLUE value IS 45 (17.97% from 255) = 20.74%
R=34.10%
G=45.16%
B=20.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7498450.2400.540.6287.1737.0628.04
Hex4A622D180363E57251c
Octal1121425530066761274534
Binary10010101100010101101110000110110111110101011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A622D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,98,45); }

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

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

 a { background-color: rgb(74,98,45); }

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

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

 span { border-color: rgb(74,98,45); }

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