#465B38

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

Shades of Dell #465B38

Tints of Dell #465B38

Color information

#465B38 (or 0x465B38) is unknown color: approx Dell. HEX triplet: 46, 5B and 38. RGB value is (70,91,56). Sum of RGB (Red+Green+Blue) = 70+91+56=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 91 - color contains mainly: green. Hex color #465B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B38 is #B9A4C7. Grayscale: #505050. Windows color (decimal): -12166344 or 3693382. OLE color: 3693382.

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

Color convert

RGB709156-
CMYK0.2300.380.64
HSL96º23.81%28.82%-
HSV(B)96º38.46%35.69%-
XYZ6.989.075.12-
YUV80.73114.04120.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 91 (35.94% from 255) = 41.94%
BLUE value IS 56 (22.27% from 255) = 25.81%
R=32.26%
G=41.94%
B=25.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7091560.2300.380.649623.8128.82
Hex465B38170264060181d
Octal10613370270461001403035
Binary10001101011011111000101110100110100000011000001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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