#415635

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

Shades of Dell #415635

Tints of Dell #415635

Color information

#415635 (or 0x415635) is unknown color: approx Dell. HEX triplet: 41, 56 and 35. RGB value is (65,86,53). Sum of RGB (Red+Green+Blue) = 65+86+53=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 86 - color contains mainly: green. Hex color #415635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415635 is #BEA9CA. Grayscale: #4C4C4C. Windows color (decimal): -12495307 or 3495489. OLE color: 3495489.

HSL color Cylindrical-coordinate representation of color #415635: hue angle of 98.18º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #415635 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB658653-
CMYK0.2400.380.66
HSL98.18º23.74%27.25%-
HSV(B)98.18º38.37%33.73%-
XYZ6.158.044.6-
YUV75.96115.04120.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 53 (21.09% from 255) = 25.98%
R=31.86%
G=42.16%
B=25.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6586530.2400.380.6698.1823.7427.25
Hex415635180264262181b
Octal10112665300461021423033
Binary10000011010110110101110000100110100001011000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415635; }

 p { color: rgb(65,86,53); }

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

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

 a { background-color: rgb(65,86,53); }

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

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

 span { border-color: rgb(65,86,53); }

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