#41621E

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

Shades of Dell #41621E

Tints of Dell #41621E

Color information

#41621E (or 0x41621E) is unknown color: approx Dell. HEX triplet: 41, 62 and 1E. RGB value is (65,98,30). Sum of RGB (Red+Green+Blue) = 65+98+30=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #41621E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41621E is #BE9DE1. Grayscale: #505050. Windows color (decimal): -12492258 or 1991233. OLE color: 1991233.

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

Color convert

RGB659830-
CMYK0.3400.690.62
HSL89.12º53.12%25.1%-
HSV(B)89.12º69.39%38.43%-
XYZ6.789.952.79-
YUV80.3899.57117.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.68%
GREEN value IS 98 (38.67% from 255) = 50.78%
BLUE value IS 30 (12.11% from 255) = 15.54%
R=33.68%
G=50.78%
B=15.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6598300.3400.690.6289.1253.1225.1
Hex41621E220453E593519
Octal10114236420105761316531
Binary100000111000101111010001001000101111110101100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,98,30); }

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

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

 a { background-color: rgb(65,98,30); }

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

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

 span { border-color: rgb(65,98,30); }

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