#415833

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

Shades of Dell #415833

Tints of Dell #415833

Color information

#415833 (or 0x415833) is unknown color: approx Dell. HEX triplet: 41, 58 and 33. RGB value is (65,88,51). Sum of RGB (Red+Green+Blue) = 65+88+51=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 88 - color contains mainly: green. Hex color #415833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415833 is #BEA7CC. Grayscale: #4D4D4D. Windows color (decimal): -12494797 or 3364929. OLE color: 3364929.

HSL color Cylindrical-coordinate representation of color #415833: hue angle of 97.3º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #415833 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB658851-
CMYK0.2600.420.65
HSL97.3º26.62%27.25%-
HSV(B)97.3º42.05%34.51%-
XYZ6.278.344.41-
YUV76.9113.38119.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 88 (34.77% from 255) = 43.14%
BLUE value IS 51 (20.31% from 255) = 25%
R=31.86%
G=43.14%
B=25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6588510.2600.420.6597.326.6227.25
Hex4158331A02A41611b1b
Octal10113063320521011413333
Binary10000011011000110011110100101010100000111000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415833; }

 p { color: rgb(65,88,51); }

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

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

 a { background-color: rgb(65,88,51); }

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

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

 span { border-color: rgb(65,88,51); }

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