#465836

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

Shades of Dell #465836

Tints of Dell #465836

Color information

#465836 (or 0x465836) is unknown color: approx Dell. HEX triplet: 46, 58 and 36. RGB value is (70,88,54). Sum of RGB (Red+Green+Blue) = 70+88+54=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #465836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465836 is #B9A7C9. Grayscale: #4E4E4E. Windows color (decimal): -12167114 or 3561542. OLE color: 3561542.

HSL color Cylindrical-coordinate representation of color #465836: hue angle of 91.76º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #465836 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB708854-
CMYK0.2000.390.65
HSL91.76º23.94%27.84%-
HSV(B)91.76º38.64%34.51%-
XYZ6.688.554.79-
YUV78.74114.04121.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 88 (34.77% from 255) = 41.51%
BLUE value IS 54 (21.48% from 255) = 25.47%
R=33.02%
G=41.51%
B=25.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7088540.2000.390.6591.7623.9427.84
Hex46583614027415c181c
Octal10613066240471011343034
Binary10001101011000110110101000100111100000110111001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465836; }

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

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

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

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

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

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

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

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