#466237

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

Shades of Dell #466237

Tints of Dell #466237

Color information

#466237 (or 0x466237) is unknown color: approx Dell. HEX triplet: 46, 62 and 37. RGB value is (70,98,55). Sum of RGB (Red+Green+Blue) = 70+98+55=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #466237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466237 is #B99DC8. Grayscale: #545454. Windows color (decimal): -12164553 or 3629638. OLE color: 3629638.

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

Color convert

RGB709855-
CMYK0.2900.440.62
HSL99.07º28.1%30%-
HSV(B)99.07º43.88%38.43%-
XYZ7.5810.315.21-
YUV84.73111.22117.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 55 (21.88% from 255) = 24.66%
R=31.39%
G=43.95%
B=24.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7098550.2900.440.6299.0728.130
Hex4662371D02C3E631c1e
Octal1061426735054761433436
Binary1000110110001011011111101010110011111011000111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466237; }

 p { color: rgb(70,98,55); }

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

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

 a { background-color: rgb(70,98,55); }

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

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

 span { border-color: rgb(70,98,55); }

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