#466036

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

Shades of Dell #466036

Tints of Dell #466036

Color information

#466036 (or 0x466036) is unknown color: approx Dell. HEX triplet: 46, 60 and 36. RGB value is (70,96,54). Sum of RGB (Red+Green+Blue) = 70+96+54=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #466036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466036 is #B99FC9. Grayscale: #535353. Windows color (decimal): -12165066 or 3563590. OLE color: 3563590.

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

Color convert

RGB709654-
CMYK0.2700.440.62
HSL97.14º28%29.41%-
HSV(B)97.14º43.75%37.65%-
XYZ7.379.935.02-
YUV83.44111.39118.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 54 (21.48% from 255) = 24.55%
R=31.82%
G=43.64%
B=24.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096540.2700.440.6297.142829.41
Hex4660361B02C3E611c1d
Octal1061406633054761413435
Binary1000110110000011011011011010110011111011000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466036; }

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

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

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

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

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

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

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

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