#41612D

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

Shades of Dell #41612D

Tints of Dell #41612D

Color information

#41612D (or 0x41612D) is unknown color: approx Dell. HEX triplet: 41, 61 and 2D. RGB value is (65,97,45). Sum of RGB (Red+Green+Blue) = 65+97+45=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #41612D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41612D is #BE9ED2. Grayscale: #515151. Windows color (decimal): -12492499 or 2974017. OLE color: 2974017.

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

Color convert

RGB659745-
CMYK0.3300.540.62
HSL96.92º36.62%27.84%-
HSV(B)96.92º53.61%38.04%-
XYZ6.939.864.02-
YUV81.5107.4116.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 97 (38.28% from 255) = 46.86%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=31.40%
G=46.86%
B=21.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597450.3300.540.6296.9236.6227.84
Hex41612D210363E61251c
Octal1011415541066761414534
Binary100000111000011011011000010110110111110110000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41612D; }

 p { color: rgb(65,97,45); }

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

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

 a { background-color: rgb(65,97,45); }

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

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

 span { border-color: rgb(65,97,45); }

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