#4A6338

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

Shades of Dell #4A6338

Tints of Dell #4A6338

Color information

#4A6338 (or 0x4A6338) is unknown color: approx Dell. HEX triplet: 4A, 63 and 38. RGB value is (74,99,56). Sum of RGB (Red+Green+Blue) = 74+99+56=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #4A6338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6338 is #B59CC7. Grayscale: #565656. Windows color (decimal): -11902152 or 3695434. OLE color: 3695434.

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

Color convert

RGB749956-
CMYK0.2500.430.61
HSL94.88º27.74%30.39%-
HSV(B)94.88º43.43%38.82%-
XYZ810.675.38-
YUV86.62110.72119-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.31%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 56 (22.27% from 255) = 24.45%
R=32.31%
G=43.23%
B=24.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7499560.2500.430.6194.8827.7430.39
Hex4A63381902B3D5f1c1e
Octal1121437031053751373436
Binary1001010110001111100011001010101111110110111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,99,56); }

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

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

 a { background-color: rgb(74,99,56); }

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

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

 span { border-color: rgb(74,99,56); }

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