#4A6638

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

Shades of Dell #4A6638

Tints of Dell #4A6638

Color information

#4A6638 (or 0x4A6638) is unknown color: approx Dell. HEX triplet: 4A, 66 and 38. RGB value is (74,102,56). Sum of RGB (Red+Green+Blue) = 74+102+56=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 102 - color contains mainly: green. Hex color #4A6638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6638 is #B599C7. Grayscale: #585858. Windows color (decimal): -11901384 or 3696202. OLE color: 3696202.

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

Color convert

RGB7410256-
CMYK0.2700.450.6
HSL96.52º29.11%30.98%-
HSV(B)96.52º45.1%40%-
XYZ8.2911.245.47-
YUV88.38109.72117.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.90%
GREEN value IS 102 (40.23% from 255) = 43.97%
BLUE value IS 56 (22.27% from 255) = 24.14%
R=31.90%
G=43.97%
B=24.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal74102560.2700.450.696.5229.1130.98
Hex4A66381B02D3C611d1f
Octal1121467033055741413537
Binary1001010110011011100011011010110111110011000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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