#41671A

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

Shades of Dell #41671A

Tints of Dell #41671A

Color information

#41671A (or 0x41671A) is unknown color: approx Dell. HEX triplet: 41, 67 and 1A. RGB value is (65,103,26). Sum of RGB (Red+Green+Blue) = 65+103+26=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 103 (40.62% from 255 or 53.09% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 103 - color contains mainly: green. Hex color #41671A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41671A is #BE98E5. Grayscale: #535353. Windows color (decimal): -12490982 or 1730369. OLE color: 1730369.

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

Color convert

RGB6510326-
CMYK0.3700.750.60
HSL89.61º59.69%25.29%-
HSV(B)89.61º74.76%40.39%-
XYZ7.2210.92.7-
YUV82.8695.91115.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 103 (40.62% from 255) = 53.09%
BLUE value IS 26 (10.55% from 255) = 13.40%
R=33.51%
G=53.09%
B=13.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65103260.3700.750.6089.6159.6925.29
Hex41671A2504B3C5a3c19
Octal10114732450113741327431
Binary100000111001111101010010101001011111100101101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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