#41602C

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

Shades of Dell #41602C

Tints of Dell #41602C

Color information

#41602C (or 0x41602C) is unknown color: approx Dell. HEX triplet: 41, 60 and 2C. RGB value is (65,96,44). Sum of RGB (Red+Green+Blue) = 65+96+44=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #41602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41602C is #BE9FD3. Grayscale: #505050. Windows color (decimal): -12492756 or 2908225. OLE color: 2908225.

HSL color Cylindrical-coordinate representation of color #41602C: hue angle of 95.77º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41602C is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB659644-
CMYK0.3200.540.62
HSL95.77º37.14%27.45%-
HSV(B)95.77º54.17%37.65%-
XYZ6.829.673.89-
YUV80.8107.23116.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=31.71%
G=46.83%
B=21.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596440.3200.540.6295.7737.1427.45
Hex41602C200363E60251b
Octal1011405440066761404533
Binary100000111000001011001000000110110111110110000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41602C; }

 p { color: rgb(65,96,44); }

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

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

 a { background-color: rgb(65,96,44); }

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

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

 span { border-color: rgb(65,96,44); }

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