#41671B

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

Shades of Dell #41671B

Tints of Dell #41671B

Color information

#41671B (or 0x41671B) is unknown color: approx Dell. HEX triplet: 41, 67 and 1B. RGB value is (65,103,27). Sum of RGB (Red+Green+Blue) = 65+103+27=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 103 (40.62% from 255 or 52.82% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 103 - color contains mainly: green. Hex color #41671B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41671B is #BE98E4. Grayscale: #535353. Windows color (decimal): -12490981 or 1795905. OLE color: 1795905.

HSL color Cylindrical-coordinate representation of color #41671B: hue angle of 90º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41671B is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB6510327-
CMYK0.3700.740.60
HSL90º58.46%25.49%-
HSV(B)90º73.79%40.39%-
XYZ7.2310.92.76-
YUV82.9796.41115.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 103 (40.62% from 255) = 52.82%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=33.33%
G=52.82%
B=13.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65103270.3700.740.609058.4625.49
Hex41671B2504A3C5a3a19
Octal10114733450112741327231
Binary100000111001111101110010101001010111100101101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41671B; }

 p { color: rgb(65,103,27); }

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

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

 a { background-color: rgb(65,103,27); }

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

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

 span { border-color: rgb(65,103,27); }

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