#4A662F

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

Shades of Dell #4A662F

Tints of Dell #4A662F

Color information

#4A662F (or 0x4A662F) is unknown color: approx Dell. HEX triplet: 4A, 66 and 2F. RGB value is (74,102,47). Sum of RGB (Red+Green+Blue) = 74+102+47=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #4A662F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A662F is #B599D0. Grayscale: #575757. Windows color (decimal): -11901393 or 3106378. OLE color: 3106378.

HSL color Cylindrical-coordinate representation of color #4A662F: hue angle of 90.55º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A662F is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB7410247-
CMYK0.2700.540.6
HSL90.55º36.91%29.22%-
HSV(B)90.55º53.92%40%-
XYZ8.0911.164.42-
YUV87.36105.22118.47-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 102 (40.23% from 255) = 45.74%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=33.18%
G=45.74%
B=21.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal74102470.2700.540.690.5536.9129.22
Hex4A662F1B0363C5b251d
Octal1121465733066741334535
Binary10010101100110101111110110110110111100101101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,102,47); }

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

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

 a { background-color: rgb(74,102,47); }

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

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

 span { border-color: rgb(74,102,47); }

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