#415533

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

Shades of Dell #415533

Tints of Dell #415533

Color information

#415533 (or 0x415533) is unknown color: approx Dell. HEX triplet: 41, 55 and 33. RGB value is (65,85,51). Sum of RGB (Red+Green+Blue) = 65+85+51=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #415533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415533 is #BEAACC. Grayscale: #4B4B4B. Windows color (decimal): -12495565 or 3364161. OLE color: 3364161.

HSL color Cylindrical-coordinate representation of color #415533: hue angle of 95.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #415533 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB658551-
CMYK0.2400.400.67
HSL95.29º25%26.67%-
HSV(B)95.29º40%33.33%-
XYZ6.037.864.33-
YUV75.14114.37120.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 85 (33.59% from 255) = 42.29%
BLUE value IS 51 (20.31% from 255) = 25.37%
R=32.34%
G=42.29%
B=25.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585510.2400.400.6795.292526.67
Hex41553318028435f191b
Octal10112563300501031373133
Binary10000011010101110011110000101000100001110111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415533; }

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

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

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

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

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

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

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

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