#465C32

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

Shades of Dell #465C32

Tints of Dell #465C32

Color information

#465C32 (or 0x465C32) is unknown color: approx Dell. HEX triplet: 46, 5C and 32. RGB value is (70,92,50). Sum of RGB (Red+Green+Blue) = 70+92+50=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 92 - color contains mainly: green. Hex color #465C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C32 is #B9A3CD. Grayscale: #505050. Windows color (decimal): -12166094 or 3300422. OLE color: 3300422.

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

Color convert

RGB709250-
CMYK0.2400.460.64
HSL91.43º29.58%27.84%-
HSV(B)91.43º45.65%36.08%-
XYZ6.939.194.43-
YUV80.63110.71120.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 50 (19.92% from 255) = 23.58%
R=33.02%
G=43.40%
B=23.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7092500.2400.460.6491.4329.5827.84
Hex465C321802E405b1e1c
Octal10613462300561001333634
Binary10001101011100110010110000101110100000010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,92,50); }

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

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

 a { background-color: rgb(70,92,50); }

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

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

 span { border-color: rgb(70,92,50); }

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