#465F38

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

Shades of Dell #465F38

Tints of Dell #465F38

Color information

#465F38 (or 0x465F38) is unknown color: approx Dell. HEX triplet: 46, 5F and 38. RGB value is (70,95,56). Sum of RGB (Red+Green+Blue) = 70+95+56=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 95 - color contains mainly: green. Hex color #465F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465F38 is #B9A0C7. Grayscale: #535353. Windows color (decimal): -12165320 or 3694406. OLE color: 3694406.

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

Color convert

RGB709556-
CMYK0.2600.410.63
HSL98.46º25.83%29.61%-
HSV(B)98.46º41.05%37.25%-
XYZ7.339.775.24-
YUV83.08112.72118.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 95 (37.5% from 255) = 42.99%
BLUE value IS 56 (22.27% from 255) = 25.34%
R=31.67%
G=42.99%
B=25.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7095560.2600.410.6398.4625.8329.61
Hex465F381A0293F621a1e
Octal1061377032051771423236
Binary1000110101111111100011010010100111111111000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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