#466821

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

Shades of Dell #466821

Tints of Dell #466821

Color information

#466821 (or 0x466821) is unknown color: approx Dell. HEX triplet: 46, 68 and 21. RGB value is (70,104,33). Sum of RGB (Red+Green+Blue) = 70+104+33=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #466821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466821 is #B997DE. Grayscale: #555555. Windows color (decimal): -12163039 or 2189382. OLE color: 2189382.

HSL color Cylindrical-coordinate representation of color #466821: hue angle of 88.73º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #466821 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB7010433-
CMYK0.3300.680.59
HSL88.73º51.82%26.86%-
HSV(B)88.73º68.27%40.78%-
XYZ7.7511.313.21-
YUV85.7498.24116.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 104 (41.02% from 255) = 50.24%
BLUE value IS 33 (13.28% from 255) = 15.94%
R=33.82%
G=50.24%
B=15.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70104330.3300.680.5988.7351.8226.86
Hex466821210443B59341b
Octal10615041410104731316433
Binary1000110110100010000110000101000100111011101100111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466821; }

 p { color: rgb(70,104,33); }

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

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

 a { background-color: rgb(70,104,33); }

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

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

 span { border-color: rgb(70,104,33); }

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