#4A642B

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

Shades of Dell #4A642B

Tints of Dell #4A642B

Color information

#4A642B (or 0x4A642B) is unknown color: approx Dell. HEX triplet: 4A, 64 and 2B. RGB value is (74,100,43). Sum of RGB (Red+Green+Blue) = 74+100+43=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 100 - color contains mainly: green. Hex color #4A642B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A642B is #B59BD4. Grayscale: #555555. Windows color (decimal): -11901909 or 2843722. OLE color: 2843722.

HSL color Cylindrical-coordinate representation of color #4A642B: hue angle of 87.37º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A642B is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB7410043-
CMYK0.2600.570.61
HSL87.37º39.86%28.04%-
HSV(B)87.37º57%39.22%-
XYZ7.8210.743.95-
YUV85.73103.89119.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.10%
GREEN value IS 100 (39.45% from 255) = 46.08%
BLUE value IS 43 (17.19% from 255) = 19.82%
R=34.10%
G=46.08%
B=19.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal74100430.2600.570.6187.3739.8628.04
Hex4A642B1A0393D57281c
Octal1121445332071751275034
Binary10010101100100101011110100111001111101101011110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A642B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,100,43); }

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

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

 a { background-color: rgb(74,100,43); }

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

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

 span { border-color: rgb(74,100,43); }

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