#465D37

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

Shades of Dell #465D37

Tints of Dell #465D37

Color information

#465D37 (or 0x465D37) is unknown color: approx Dell. HEX triplet: 46, 5D and 37. RGB value is (70,93,55). Sum of RGB (Red+Green+Blue) = 70+93+55=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #465D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D37 is #B9A2C8. Grayscale: #515151. Windows color (decimal): -12165833 or 3628358. OLE color: 3628358.

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

Color convert

RGB709355-
CMYK0.2500.410.64
HSL96.32º25.68%29.02%-
HSV(B)96.32º40.86%36.47%-
XYZ7.139.415.05-
YUV81.79112.88119.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 93 (36.72% from 255) = 42.66%
BLUE value IS 55 (21.88% from 255) = 25.23%
R=32.11%
G=42.66%
B=25.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7093550.2500.410.6496.3225.6829.02
Hex465D371902940601a1d
Octal10613567310511001403235
Binary10001101011101110111110010101001100000011000001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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