#465935

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

Shades of Dell #465935

Tints of Dell #465935

Color information

#465935 (or 0x465935) is unknown color: approx Dell. HEX triplet: 46, 59 and 35. RGB value is (70,89,53). Sum of RGB (Red+Green+Blue) = 70+89+53=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #465935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465935 is #B9A6CA. Grayscale: #4F4F4F. Windows color (decimal): -12166859 or 3496262. OLE color: 3496262.

HSL color Cylindrical-coordinate representation of color #465935: hue angle of 91.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465935 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB708953-
CMYK0.2100.400.65
HSL91.67º25.35%27.84%-
HSV(B)91.67º40.45%34.9%-
XYZ6.748.74.69-
YUV79.22113.21121.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 53 (21.09% from 255) = 25%
R=33.02%
G=41.98%
B=25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7089530.2100.400.6591.6725.3527.84
Hex46593515028415c191c
Octal10613165250501011343134
Binary10001101011001110101101010101000100000110111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465935; }

 p { color: rgb(70,89,53); }

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

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

 a { background-color: rgb(70,89,53); }

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

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

 span { border-color: rgb(70,89,53); }

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