#465B37

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

Shades of Dell #465B37

Tints of Dell #465B37

Color information

#465B37 (or 0x465B37) is unknown color: approx Dell. HEX triplet: 46, 5B and 37. RGB value is (70,91,55). Sum of RGB (Red+Green+Blue) = 70+91+55=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 91 - color contains mainly: green. Hex color #465B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B37 is #B9A4C8. Grayscale: #505050. Windows color (decimal): -12166345 or 3627846. OLE color: 3627846.

HSL color Cylindrical-coordinate representation of color #465B37: hue angle of 95º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465B37 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB709155-
CMYK0.2300.400.64
HSL95º24.66%28.63%-
HSV(B)95º39.56%35.69%-
XYZ6.969.065-
YUV80.62113.54120.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 91 (35.94% from 255) = 42.13%
BLUE value IS 55 (21.88% from 255) = 25.46%
R=32.41%
G=42.13%
B=25.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7091550.2300.400.649524.6628.63
Hex465B3717028405f191d
Octal10613367270501001373135
Binary10001101011011110111101110101000100000010111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465B37; }

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

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

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

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

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

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

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

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