#41612E

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

Shades of Dell #41612E

Tints of Dell #41612E

Color information

#41612E (or 0x41612E) is unknown color: approx Dell. HEX triplet: 41, 61 and 2E. RGB value is (65,97,46). Sum of RGB (Red+Green+Blue) = 65+97+46=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #41612E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41612E is #BE9ED1. Grayscale: #515151. Windows color (decimal): -12492498 or 3039553. OLE color: 3039553.

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

Color convert

RGB659746-
CMYK0.3300.530.62
HSL97.65º35.66%28.04%-
HSV(B)97.65º52.58%38.04%-
XYZ6.959.874.12-
YUV81.62107.9116.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=31.25%
G=46.63%
B=22.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597460.3300.530.6297.6535.6628.04
Hex41612E210353E62241c
Octal1011415641065761424434
Binary100000111000011011101000010110101111110110001010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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