#4A702D

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

Shades of Dell #4A702D

Tints of Dell #4A702D

Color information

#4A702D (or 0x4A702D) is unknown color: approx Dell. HEX triplet: 4A, 70 and 2D. RGB value is (74,112,45). Sum of RGB (Red+Green+Blue) = 74+112+45=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #4A702D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A702D is #B58FD2. Grayscale: #5D5D5D. Windows color (decimal): -11898835 or 2977866. OLE color: 2977866.

HSL color Cylindrical-coordinate representation of color #4A702D: hue angle of 94.03º 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 #4A702D is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB7411245-
CMYK0.3400.600.56
HSL94.03º42.68%30.78%-
HSV(B)94.03º59.82%43.92%-
XYZ9.0913.234.56-
YUV93100.91114.45-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.03%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 45 (17.97% from 255) = 19.48%
R=32.03%
G=48.48%
B=19.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74112450.3400.600.5694.0342.6830.78
Hex4A702D2203C385e2b1f
Octal1121605542074701365337
Binary100101011100001011011000100111100111000101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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