#466623

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

Shades of Dell #466623

Tints of Dell #466623

Color information

#466623 (or 0x466623) is unknown color: approx Dell. HEX triplet: 46, 66 and 23. RGB value is (70,102,35). Sum of RGB (Red+Green+Blue) = 70+102+35=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #466623 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466623 is #B999DC. Grayscale: #555555. Windows color (decimal): -12163549 or 2319942. OLE color: 2319942.

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

Color convert

RGB7010235-
CMYK0.3100.660.6
HSL88.66º48.91%26.86%-
HSV(B)88.66º65.69%40%-
XYZ7.5810.933.3-
YUV84.7999.9117.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 102 (40.23% from 255) = 49.28%
BLUE value IS 35 (14.06% from 255) = 16.91%
R=33.82%
G=49.28%
B=16.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70102350.3100.660.688.6648.9126.86
Hex4666231F0423C59311b
Octal10614643370102741316133
Binary100011011001101000111111101000010111100101100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466623; }

 p { color: rgb(70,102,35); }

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

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

 a { background-color: rgb(70,102,35); }

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

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

 span { border-color: rgb(70,102,35); }

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