#4A772D

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

Shades of Dell #4A772D

Tints of Dell #4A772D

Color information

#4A772D (or 0x4A772D) is unknown color: approx Dell. HEX triplet: 4A, 77 and 2D. RGB value is (74,119,45). Sum of RGB (Red+Green+Blue) = 74+119+45=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #4A772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A772D is #B588D2. Grayscale: #616161. Windows color (decimal): -11897043 or 2979658. OLE color: 2979658.

HSL color Cylindrical-coordinate representation of color #4A772D: hue angle of 96.49º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A772D is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB7411945-
CMYK0.3800.620.53
HSL96.49º45.12%32.16%-
HSV(B)96.49º62.18%46.67%-
XYZ9.8914.844.83-
YUV97.1198.59111.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.09%
GREEN value IS 119 (46.88% from 255) = 50%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=31.09%
G=50%
B=18.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74119450.3800.620.5396.4945.1232.16
Hex4A772D2603E35602d20
Octal1121675546076651405540
Binary1001010111011110110110011001111101101011100000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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