#41681C

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

Shades of Dell #41681C

Tints of Dell #41681C

Color information

#41681C (or 0x41681C) is unknown color: approx Dell. HEX triplet: 41, 68 and 1C. RGB value is (65,104,28). Sum of RGB (Red+Green+Blue) = 65+104+28=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #41681C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41681C is #BE97E3. Grayscale: #535353. Windows color (decimal): -12490724 or 1861697. OLE color: 1861697.

HSL color Cylindrical-coordinate representation of color #41681C: hue angle of 90.79º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41681C is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB6510428-
CMYK0.3800.730.59
HSL90.79º57.58%25.88%-
HSV(B)90.79º73.08%40.78%-
XYZ7.3411.112.86-
YUV83.6796.58114.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.99%
GREEN value IS 104 (41.02% from 255) = 52.79%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=32.99%
G=52.79%
B=14.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65104280.3800.730.5990.7957.5825.88
Hex41681C260493B5b3a1a
Octal10115034460111731337232
Binary100000111010001110010011001001001111011101101111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41681C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41681C; }

 p { color: rgb(65,104,28); }

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

<style>
 a { background-color: #41681C; }

 a { background-color: rgb(65,104,28); }

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

<style>
 span { border-color: #41681C; }

 span { border-color: rgb(65,104,28); }

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