#466035

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

Shades of Dell #466035

Tints of Dell #466035

Color information

#466035 (or 0x466035) is unknown color: approx Dell. HEX triplet: 46, 60 and 35. RGB value is (70,96,53). Sum of RGB (Red+Green+Blue) = 70+96+53=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #466035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466035 is #B99FCA. Grayscale: #535353. Windows color (decimal): -12165067 or 3498054. OLE color: 3498054.

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

Color convert

RGB709653-
CMYK0.2700.450.62
HSL96.28º28.86%29.22%-
HSV(B)96.28º44.79%37.65%-
XYZ7.359.924.9-
YUV83.32110.89118.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 53 (21.09% from 255) = 24.20%
R=31.96%
G=43.84%
B=24.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096530.2700.450.6296.2828.8629.22
Hex4660351B02D3E601d1d
Octal1061406533055761403535
Binary1000110110000011010111011010110111111011000001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466035; }

 p { color: rgb(70,96,53); }

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

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

 a { background-color: rgb(70,96,53); }

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

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

 span { border-color: rgb(70,96,53); }

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