#4A7332

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

Shades of Dell #4A7332

Tints of Dell #4A7332

Color information

#4A7332 (or 0x4A7332) is unknown color: approx Dell. HEX triplet: 4A, 73 and 32. RGB value is (74,115,50). Sum of RGB (Red+Green+Blue) = 74+115+50=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7332 is #B58CCD. Grayscale: #5F5F5F. Windows color (decimal): -11898062 or 3306314. OLE color: 3306314.

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

Color convert

RGB7411550-
CMYK0.3600.570.55
HSL97.85º39.39%32.35%-
HSV(B)97.85º56.52%45.1%-
XYZ9.5313.955.21-
YUV95.33102.42112.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.96%
GREEN value IS 115 (45.31% from 255) = 48.12%
BLUE value IS 50 (19.92% from 255) = 20.92%
R=30.96%
G=48.12%
B=20.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74115500.3600.570.5597.8539.3932.35
Hex4A73322403937622720
Octal1121636244071671424740
Binary1001010111001111001010010001110011101111100010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,115,50); }

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

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

 a { background-color: rgb(74,115,50); }

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

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

 span { border-color: rgb(74,115,50); }

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