#4A622E

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

Shades of Dell #4A622E

Tints of Dell #4A622E

Color information

#4A622E (or 0x4A622E) is unknown color: approx Dell. HEX triplet: 4A, 62 and 2E. RGB value is (74,98,46). Sum of RGB (Red+Green+Blue) = 74+98+46=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #4A622E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A622E is #B59DD1. Grayscale: #555555. Windows color (decimal): -11902418 or 3039818. OLE color: 3039818.

HSL color Cylindrical-coordinate representation of color #4A622E: hue angle of 87.69º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A622E is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB749846-
CMYK0.2400.530.62
HSL87.69º36.11%28.24%-
HSV(B)87.69º53.06%38.43%-
XYZ7.6810.394.18-
YUV84.9106.05120.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.94%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 46 (18.36% from 255) = 21.10%
R=33.94%
G=44.95%
B=21.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7498460.2400.530.6287.6936.1128.24
Hex4A622E180353E58241c
Octal1121425630065761304434
Binary10010101100010101110110000110101111110101100010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,98,46); }

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

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

 a { background-color: rgb(74,98,46); }

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

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

 span { border-color: rgb(74,98,46); }

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