#465B36

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

Shades of Dell #465B36

Tints of Dell #465B36

Color information

#465B36 (or 0x465B36) is unknown color: approx Dell. HEX triplet: 46, 5B and 36. RGB value is (70,91,54). Sum of RGB (Red+Green+Blue) = 70+91+54=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 91 - color contains mainly: green. Hex color #465B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B36 is #B9A4C9. Grayscale: #505050. Windows color (decimal): -12166346 or 3562310. OLE color: 3562310.

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

Color convert

RGB709154-
CMYK0.2300.410.64
HSL94.05º25.52%28.43%-
HSV(B)94.05º40.66%35.69%-
XYZ6.939.054.87-
YUV80.5113.04120.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 91 (35.94% from 255) = 42.33%
BLUE value IS 54 (21.48% from 255) = 25.12%
R=32.56%
G=42.33%
B=25.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7091540.2300.410.6494.0525.5228.43
Hex465B3617029405e1a1c
Octal10613366270511001363234
Binary10001101011011110110101110101001100000010111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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