#465D36

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

Shades of Dell #465D36

Tints of Dell #465D36

Color information

#465D36 (or 0x465D36) is unknown color: approx Dell. HEX triplet: 46, 5D and 36. RGB value is (70,93,54). Sum of RGB (Red+Green+Blue) = 70+93+54=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #465D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D36 is #B9A2C9. Grayscale: #515151. Windows color (decimal): -12165834 or 3562822. OLE color: 3562822.

HSL color Cylindrical-coordinate representation of color #465D36: hue angle of 95.38º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #465D36 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB709354-
CMYK0.2500.420.64
HSL95.38º26.53%28.82%-
HSV(B)95.38º41.94%36.47%-
XYZ7.119.44.93-
YUV81.68112.38119.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 93 (36.72% from 255) = 42.86%
BLUE value IS 54 (21.48% from 255) = 24.88%
R=32.26%
G=42.86%
B=24.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7093540.2500.420.6495.3826.5328.82
Hex465D361902A405f1b1d
Octal10613566310521001373335
Binary10001101011101110110110010101010100000010111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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