#4A742D

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

Shades of Dell #4A742D

Tints of Dell #4A742D

Color information

#4A742D (or 0x4A742D) is unknown color: approx Dell. HEX triplet: 4A, 74 and 2D. RGB value is (74,116,45). Sum of RGB (Red+Green+Blue) = 74+116+45=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #4A742D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A742D is #B58BD2. Grayscale: #5F5F5F. Windows color (decimal): -11897811 or 2978890. OLE color: 2978890.

HSL color Cylindrical-coordinate representation of color #4A742D: hue angle of 95.49º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A742D is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB7411645-
CMYK0.3600.610.55
HSL95.49º44.1%31.57%-
HSV(B)95.49º61.21%45.49%-
XYZ9.5414.144.71-
YUV95.3599.59112.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.49%
GREEN value IS 116 (45.70% from 255) = 49.36%
BLUE value IS 45 (17.97% from 255) = 19.15%
R=31.49%
G=49.36%
B=19.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74116450.3600.610.5595.4944.131.57
Hex4A742D2403D375f2c20
Octal1121645544075671375440
Binary1001010111010010110110010001111011101111011111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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