#465E38

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

Shades of Dell #465E38

Tints of Dell #465E38

Color information

#465E38 (or 0x465E38) is unknown color: approx Dell. HEX triplet: 46, 5E and 38. RGB value is (70,94,56). Sum of RGB (Red+Green+Blue) = 70+94+56=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 94 - color contains mainly: green. Hex color #465E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465E38 is #B9A1C7. Grayscale: #525252. Windows color (decimal): -12165576 or 3694150. OLE color: 3694150.

HSL color Cylindrical-coordinate representation of color #465E38: hue angle of 97.89º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465E38 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB709456-
CMYK0.2600.400.63
HSL97.89º25.33%29.41%-
HSV(B)97.89º40.43%36.86%-
XYZ7.249.595.21-
YUV82.49113.05119.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 94 (37.11% from 255) = 42.73%
BLUE value IS 56 (22.27% from 255) = 25.45%
R=31.82%
G=42.73%
B=25.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7094560.2600.400.6397.8925.3329.41
Hex465E381A0283F62191d
Octal1061367032050771423135
Binary1000110101111011100011010010100011111111000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,94,56); }

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

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

 a { background-color: rgb(70,94,56); }

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

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

 span { border-color: rgb(70,94,56); }

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