#4A732A

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

Shades of Dell #4A732A

Tints of Dell #4A732A

Color information

#4A732A (or 0x4A732A) is unknown color: approx Dell. HEX triplet: 4A, 73 and 2A. RGB value is (74,115,42). Sum of RGB (Red+Green+Blue) = 74+115+42=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #4A732A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A732A is #B58CD5. Grayscale: #5E5E5E. Windows color (decimal): -11898070 or 2782026. OLE color: 2782026.

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

Color convert

RGB7411542-
CMYK0.3600.630.55
HSL93.7º46.5%30.78%-
HSV(B)93.7º63.48%45.1%-
XYZ9.3713.884.38-
YUV94.4298.42113.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.03%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=32.03%
G=49.78%
B=18.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74115420.3600.630.5593.746.530.78
Hex4A732A2403F375e2e1f
Octal1121635244077671365637
Binary100101011100111010101001000111111110111101111010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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