#465C34

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

Shades of Dell #465C34

Tints of Dell #465C34

Color information

#465C34 (or 0x465C34) is unknown color: approx Dell. HEX triplet: 46, 5C and 34. RGB value is (70,92,52). Sum of RGB (Red+Green+Blue) = 70+92+52=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #465C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C34 is #B9A3CB. Grayscale: #515151. Windows color (decimal): -12166092 or 3431494. OLE color: 3431494.

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

Color convert

RGB709252-
CMYK0.2400.430.64
HSL93º27.78%28.24%-
HSV(B)93º43.48%36.08%-
XYZ6.979.24.66-
YUV80.86111.71120.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 92 (36.33% from 255) = 42.99%
BLUE value IS 52 (20.70% from 255) = 24.30%
R=32.71%
G=42.99%
B=24.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7092520.2400.430.649327.7828.24
Hex465C341802B405d1c1c
Octal10613464300531001353434
Binary10001101011100110100110000101011100000010111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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