#4A6B2D

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

Shades of Dell #4A6B2D

Tints of Dell #4A6B2D

Color information

#4A6B2D (or 0x4A6B2D) is unknown color: approx Dell. HEX triplet: 4A, 6B and 2D. RGB value is (74,107,45). Sum of RGB (Red+Green+Blue) = 74+107+45=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6B2D is #B594D2. Grayscale: #5A5A5A. Windows color (decimal): -11900115 or 2976586. OLE color: 2976586.

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

Color convert

RGB7410745-
CMYK0.3100.580.58
HSL91.94º40.79%29.8%-
HSV(B)91.94º57.94%41.96%-
XYZ8.5612.164.38-
YUV90.06102.57116.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.74%
GREEN value IS 107 (42.19% from 255) = 47.35%
BLUE value IS 45 (17.97% from 255) = 19.91%
R=32.74%
G=47.35%
B=19.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74107450.3100.580.5891.9440.7929.8
Hex4A6B2D1F03A3A5c291e
Octal1121535537072721345136
Binary10010101101011101101111110111010111010101110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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