#4A712D

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

Shades of Dell #4A712D

Tints of Dell #4A712D

Color information

#4A712D (or 0x4A712D) is unknown color: approx Dell. HEX triplet: 4A, 71 and 2D. RGB value is (74,113,45). Sum of RGB (Red+Green+Blue) = 74+113+45=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #4A712D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A712D is #B58ED2. Grayscale: #5D5D5D. Windows color (decimal): -11898579 or 2978122. OLE color: 2978122.

HSL color Cylindrical-coordinate representation of color #4A712D: hue angle of 94.41º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A712D is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB7411345-
CMYK0.3500.600.56
HSL94.41º43.04%30.98%-
HSV(B)94.41º60.18%44.31%-
XYZ9.213.464.59-
YUV93.59100.58114.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.90%
GREEN value IS 113 (44.53% from 255) = 48.71%
BLUE value IS 45 (17.97% from 255) = 19.40%
R=31.90%
G=48.71%
B=19.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74113450.3500.600.5694.4143.0430.98
Hex4A712D2303C385e2b1f
Octal1121615543074701365337
Binary100101011100011011011000110111100111000101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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