#4A653A

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

Shades of Dell #4A653A

Tints of Dell #4A653A

Color information

#4A653A (or 0x4A653A) is unknown color: approx Dell. HEX triplet: 4A, 65 and 3A. RGB value is (74,101,58). Sum of RGB (Red+Green+Blue) = 74+101+58=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 101 - color contains mainly: green. Hex color #4A653A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A653A is #B59AC5. Grayscale: #585858. Windows color (decimal): -11901638 or 3827018. OLE color: 3827018.

HSL color Cylindrical-coordinate representation of color #4A653A: hue angle of 97.67º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A653A is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.

Color convert

RGB7410158-
CMYK0.2700.430.60
HSL97.67º27.04%31.18%-
HSV(B)97.67º42.57%39.61%-
XYZ8.2411.075.71-
YUV88.02111.05118-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.76%
GREEN value IS 101 (39.84% from 255) = 43.35%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=31.76%
G=43.35%
B=24.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74101580.2700.430.6097.6727.0431.18
Hex4A653A1B02B3C621b1f
Octal1121457233053741423337
Binary1001010110010111101011011010101111110011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A653A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,101,58); }

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

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

 a { background-color: rgb(74,101,58); }

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

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

 span { border-color: rgb(74,101,58); }

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